webassemblyjs-repl: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:29:17 -04:00
parent 44cf0e0290
commit 3091f66d99
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "WebAssembly REPL";
homepage = "https://webassembly.js.org";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "wasm";
};
})