From 6513c6e88e5501e79aeb9a4dddee9652a6a4cafe Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 8 Sep 2021 13:32:58 +0530 Subject: [PATCH] htmlq: add nerdypepper as maintainer --- pkgs/development/tools/htmlq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }