nixos/gotenberg: remove self from maintainers

This commit is contained in:
dish
2025-11-24 14:26:58 -05:00
parent 5377bd426a
commit d4cd2a2ca9
2 changed files with 0 additions and 3 deletions

View File

@@ -351,6 +351,4 @@ in
// optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; };
};
};
meta.maintainers = with lib.maintainers; [ pyrox0 ];
}

View File

@@ -2,7 +2,6 @@
{
name = "gotenberg";
meta.maintainers = with lib.maintainers; [ pyrox0 ];
nodes.machine = {
services.gotenberg = {