about summary refs log tree commit diff
path: root/pkgs/development/tools/jless
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-20 10:12:06 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-20 10:48:12 +1000
commita15635a6b3e2ab6c729b5812eb8ecbfdcb6027ba (patch)
tree44a716b10e480dd7fff57e3e8c080d5240b1cb73 /pkgs/development/tools/jless
parentbaa564361fce476b18f848ac99aea421d9281d49 (diff)
jless: add maintainer
Diffstat (limited to 'pkgs/development/tools/jless')
-rw-r--r--pkgs/development/tools/jless/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/jless/default.nix b/pkgs/development/tools/jless/default.nix
index 563002e9fcb95..1bb45925ed02a 100644
--- a/pkgs/development/tools/jless/default.nix
+++ b/pkgs/development/tools/jless/default.nix
@@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
     description = "A command-line pager for JSON data";
     homepage = "https://github.com/PaulJuliusMartinez/jless";
     license = licenses.mit;
-    maintainers = with maintainers; [ jfchevrette ];
+    maintainers = with maintainers; [ jfchevrette zowoq ];
   };
 }