wast-reformat: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:29:00 -04:00
parent 3f32ca8612
commit f9280eed61
+1 -1
View File
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "WAST Reformatter";
homepage = "https://webassembly.js.org";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "wast-refmt";
};
})