yo: adopted by chillcicada

This commit is contained in:
chillcicada
2026-03-08 21:58:36 +08:00
parent d4f1ad9f8b
commit 3ffa4a0ec1
+1 -1
View File
@@ -31,6 +31,6 @@ buildNpmPackage (finalAttrs: {
homepage = "https://github.com/yeoman/yo";
license = lib.licenses.bsd2;
mainProgram = "yo";
maintainers = [ ];
maintainers = with lib.maintainers; [ chillcicada ];
};
})