From d4cd2a2ca9b068a1a6147abc68947a42d7df5f45 Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 24 Nov 2025 14:26:58 -0500 Subject: [PATCH] nixos/gotenberg: remove self from maintainers --- nixos/modules/services/misc/gotenberg.nix | 2 -- nixos/tests/gotenberg.nix | 1 - 2 files changed, 3 deletions(-) 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 = {