node-gyp-build: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:27:14 -04:00
parent be6c94185c
commit 5dd5ce0d4f
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Build tool and bindings loader for node-gyp that supports prebuilds";
homepage = "https://github.com/prebuild/node-gyp-build";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "node-gyp-build";
};
})