js-beautify: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:25:48 -04:00
parent cd84a4e2e2
commit 706501dc33
+1 -1
View File
@@ -43,7 +43,7 @@ buildNpmPackage (finalAttrs: {
description = "Beautifier for javascript";
homepage = "https://beautifier.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "js-beautify";
};
})