From 088b3975163c59284933b4e142a6b386f4e3760a Mon Sep 17 00:00:00 2001 From: Ruby Iris Juric Date: Fri, 21 Jun 2024 23:18:44 +1000 Subject: [PATCH] nixos/zitadel: Drop Sorixelle as maintainer --- nixos/modules/services/web-apps/zitadel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/zitadel.nix b/nixos/modules/services/web-apps/zitadel.nix index 99b0a0bc56f6..ed7fae8d9dda 100644 --- a/nixos/modules/services/web-apps/zitadel.nix +++ b/nixos/modules/services/web-apps/zitadel.nix @@ -219,5 +219,5 @@ in users.groups.zitadel = lib.mkIf (cfg.group == "zitadel") { }; }; - meta.maintainers = with lib.maintainers; [ Sorixelle ]; + meta.maintainers = [ ]; }