aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/reparojson/default.nix
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/reparojson/default.nix
parentf37e8e6866204551eae29aff5cecf706e8167edb (diff)
downloadnur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.tar.gz
nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.tar.zst
nur-packages-939f02ceab3cecf66a399e50e72af46e4d277bd1.zip
treefmt
Diffstat (limited to 'pkgs/reparojson/default.nix')
-rw-r--r--pkgs/reparojson/default.nix2
1 files changed, 1 insertions, 1 deletions
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";
};
}