diff options
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/hgrep/default.nix | 2 | ||||
| -rw-r--r-- | pkgs/reparojson/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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"; }; } diff --git a/pkgs/reparojson/default.nix b/pkgs/reparojson/default.nix index ae8ab6e..fd79c79 100644 --- a/pkgs/reparojson/default.nix +++ b/pkgs/reparojson/default.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "A simple command-line tool to repair JSON. It only fixes the syntactic errors and never formats the given input."; homepage = "https://github.com/nsfisis/reparojson"; - license = [lib.licenses.mit]; + license = [ lib.licenses.mit ]; mainProgram = "reparojson"; }; } |
