From d74422efca7ac30a29a6578a28ba514024647ee8 Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 23 Mar 2026 15:24:21 -0400 Subject: [PATCH] fauna-shell: remove me from maintainers --- pkgs/by-name/fa/fauna-shell/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fa/fauna-shell/package.nix b/pkgs/by-name/fa/fauna-shell/package.nix index 48406468ab41..365b6497c41e 100644 --- a/pkgs/by-name/fa/fauna-shell/package.nix +++ b/pkgs/by-name/fa/fauna-shell/package.nix @@ -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"; }; })