jshint: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:25:59 -04:00
parent d39b778a24
commit 21b698e9e7
+1 -1
View File
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
description = "Tool that helps to detect errors and potential problems in your JavaScript code";
homepage = "https://jshint.com";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "jshint";
};
})