mocha: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:27:04 -04:00
parent 45199c23bb
commit be6c94185c
+1 -1
View File
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
description = "Simple, flexible, fun Javascript test framework for Node.js & the browser";
homepage = "https://mochajs.org";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "mocha";
};
})