validator-nu: add myself to maintainers

This commit is contained in:
Ivan Kozik 2024-03-10 17:12:31 +00:00
parent 436f4e2f06
commit f362114e1f
1 changed files with 1 additions and 1 deletions

View File

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