diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-27 22:56:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-27 22:56:36 +0900 |
| commit | 783f947157b8f2855b973989cb1d584a89e59978 (patch) | |
| tree | 337973aabebae2124b1a3a0ff9ac59f7c21a89fc /pkgs/reparojson/default.nix | |
| parent | 939f02ceab3cecf66a399e50e72af46e4d277bd1 (diff) | |
| download | nur-packages-783f947157b8f2855b973989cb1d584a89e59978.tar.gz nur-packages-783f947157b8f2855b973989cb1d584a89e59978.tar.zst nur-packages-783f947157b8f2855b973989cb1d584a89e59978.zip | |
add term-clock
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"; }; } |
