mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "ci: module maintainer review requests; nixos/modules: init meta.teams"
This commit is contained in:
parent
7afd6d60a0
commit
2cc2e0225f
100 changed files with 210 additions and 458 deletions
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue