aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/reparojson
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-27 22:56:36 +0900
committernsfisis <nsfisis@gmail.com>2025-04-27 22:56:36 +0900
commit783f947157b8f2855b973989cb1d584a89e59978 (patch)
tree337973aabebae2124b1a3a0ff9ac59f7c21a89fc /pkgs/reparojson
parent939f02ceab3cecf66a399e50e72af46e4d277bd1 (diff)
downloadnur-packages-783f947157b8f2855b973989cb1d584a89e59978.tar.gz
nur-packages-783f947157b8f2855b973989cb1d584a89e59978.tar.zst
nur-packages-783f947157b8f2855b973989cb1d584a89e59978.zip
add term-clock
Diffstat (limited to 'pkgs/reparojson')
-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 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";
};
}