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:
Fernando Rodrigues 2025-04-20 23:33:11 -03:00
commit 05580f4b44
No known key found for this signature in database
GPG key ID: CC3AE2EA00000000
1731 changed files with 2280 additions and 2118 deletions

View file

@ -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;
};
})