aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-27 16:34:27 +0900
committernsfisis <nsfisis@gmail.com>2025-04-27 16:34:27 +0900
commit939f02ceab3cecf66a399e50e72af46e4d277bd1 (patch)
tree9e44341e8e4eab3911d8285ed5b0d3529a158c9c /pkgs
parentf37e8e6866204551eae29aff5cecf706e8167edb (diff)
downloadnur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.tar.gz
nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.tar.zst
nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.zip
treefmt
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/hgrep/default.nix2
-rw-r--r--pkgs/reparojson/default.nix2
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";
};
}