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 ]; }; }