diff --git a/nixos/modules/services/misc/gotenberg.nix b/nixos/modules/services/misc/gotenberg.nix index 542aa342e5d6..b2515f4f2af9 100644 --- a/nixos/modules/services/misc/gotenberg.nix +++ b/nixos/modules/services/misc/gotenberg.nix @@ -351,6 +351,4 @@ in // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; }; }; }; - - meta.maintainers = with lib.maintainers; [ pyrox0 ]; } diff --git a/nixos/tests/gotenberg.nix b/nixos/tests/gotenberg.nix index 05b326996aa6..fc1cdc12bfd4 100644 --- a/nixos/tests/gotenberg.nix +++ b/nixos/tests/gotenberg.nix @@ -2,7 +2,6 @@ { name = "gotenberg"; - meta.maintainers = with lib.maintainers; [ pyrox0 ]; nodes.machine = { services.gotenberg = {