From 939f02ceab3cecf66a399e50e72af46e4d277bd1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 27 Apr 2025 16:34:27 +0900 Subject: treefmt --- pkgs/hgrep/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/hgrep/default.nix') diff --git a/pkgs/hgrep/default.nix b/pkgs/hgrep/default.nix index 9db9780..2027e1d 100644 --- a/pkgs/hgrep/default.nix +++ b/pkgs/hgrep/default.nix @@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec { description = "hgrep is a grep tool with human-friendly search output. This is similar to `-C` option of `grep` command, but its output is enhanced with syntax highlighting focusing on human readable outputs."; homepage = "https://github.com/rhysd/hgrep"; changelog = "https://github.com/rhysd/hgrep/raw/v${version}/CHANGELOG.md"; - license = [lib.licenses.mit]; + license = [ lib.licenses.mit ]; mainProgram = "hgrep"; }; } -- cgit v1.2.3-70-g09d2