From a15635a6b3e2ab6c729b5812eb8ecbfdcb6027ba Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 20 Feb 2022 10:12:06 +1000 Subject: [PATCH] jless: add maintainer --- pkgs/development/tools/jless/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/jless/default.nix b/pkgs/development/tools/jless/default.nix index 563002e9fcb9..1bb45925ed02 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 ]; }; }