fauna-shell: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:24:21 -04:00
parent 74a088265e
commit d74422efca
+1 -1
View File
@@ -59,7 +59,7 @@ buildNpmPackage (finalAttrs: {
description = "Interactive shell for FaunaDB";
homepage = "https://github.com/fauna/fauna-shell";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "fauna";
};
})