From f362114e1f56c9c41f7317ab24dea3fcb4061c63 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sun, 10 Mar 2024 17:12:31 +0000 Subject: [PATCH] validator-nu: add myself to maintainers --- pkgs/tools/text/validator-nu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/validator-nu/default.nix b/pkgs/tools/text/validator-nu/default.nix index 6af774ddff3c..17f9a5ba8b59 100644 --- a/pkgs/tools/text/validator-nu/default.nix +++ b/pkgs/tools/text/validator-nu/default.nix @@ -61,7 +61,7 @@ stdenvNoCC.mkDerivation rec { description = "Helps you catch problems in your HTML/CSS/SVG"; homepage = "https://validator.github.io/validator/"; license = licenses.mit; - maintainers = with maintainers; [ andersk ]; + maintainers = with maintainers; [ andersk ivan ]; mainProgram = "vnu"; sourceProvenance = with sourceTypes; [ binaryBytecode fromSource ]; };