diff --git a/pkgs/development/tools/htmlq/default.nix b/pkgs/development/tools/htmlq/default.nix index 232b751c34b6..2dedd39e9419 100644 --- a/pkgs/development/tools/htmlq/default.nix +++ b/pkgs/development/tools/htmlq/default.nix @@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec { description = "Like jq, but for HTML"; homepage = "https://github.com/mgdm/htmlq"; license = licenses.mit; - maintainers = with maintainers; [ siraben ]; + maintainers = with maintainers; [ siraben nerdypepper ]; }; }