Revert "ci: module maintainer review requests; nixos/modules: init meta.teams"

This commit is contained in:
Silvan Mosberger 2026-03-06 08:41:24 +01:00 committed by GitHub
commit 2cc2e0225f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 210 additions and 458 deletions

View file

@ -95,6 +95,5 @@ in
networking.firewall.allowedTCPPorts = lib.optional (cfg.enable && cfg.openFirewall) cfg.port;
};
meta.teams = [ lib.teams.podman ];
meta.maintainers = [ lib.maintainers.roberth ];
meta.maintainers = lib.teams.podman.members ++ [ lib.maintainers.roberth ];
}