mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/modules: Use meta.teams over meta.maintainers = lib.teams.*.members
This allows getting the team itself requested for a review instead of the individual members
This commit is contained in:
parent
5991eab94f
commit
dbb164c759
94 changed files with 102 additions and 101 deletions
|
|
@ -95,5 +95,6 @@ in
|
|||
networking.firewall.allowedTCPPorts = lib.optional (cfg.enable && cfg.openFirewall) cfg.port;
|
||||
};
|
||||
|
||||
meta.maintainers = lib.teams.podman.members ++ [ lib.maintainers.roberth ];
|
||||
meta.teams = [ lib.teams.podman ];
|
||||
meta.maintainers = [ lib.maintainers.roberth ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue