about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2024-03-10 17:12:31 +0000
committerIvan Kozik <ivan@ludios.org>2024-03-12 06:39:17 +0000
commitf362114e1f56c9c41f7317ab24dea3fcb4061c63 (patch)
treec2b2995d5ffa91d96c75a2720749fc29166910c7
parent436f4e2f06763421faa1d0d7862877ed7d7a0a85 (diff)
downloadnixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.tar
nixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.tar.gz
nixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.tar.bz2
nixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.tar.lz
nixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.tar.xz
nixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.tar.zst
nixlib-f362114e1f56c9c41f7317ab24dea3fcb4061c63.zip
validator-nu: add myself to maintainers
-rw-r--r--pkgs/tools/text/validator-nu/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };