mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
0587bb0877
commit
05580f4b44
1731 changed files with 2280 additions and 2118 deletions
|
|
@ -52,7 +52,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
# round_moons_nasa.jpg: https://www.planetary.org/space-images/the-solar-systems-round-moons
|
||||
publicDomain
|
||||
];
|
||||
maintainers = lib.teams.cosmic.members;
|
||||
teams = [ lib.teams.cosmic ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue