aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/reparojson/default.nix
diff options
context:
space:
mode:
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";
};
}