diff options
Diffstat (limited to 'pkgs/reparojson/default.nix')
| -rw-r--r-- | pkgs/reparojson/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/reparojson/default.nix b/pkgs/reparojson/default.nix index fd79c79..3402593 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"; }; } |
