Merge pull request #171221 from zimbatm/numtide-team

maintainers: add numtide team
This commit is contained in:
Jonas Chevalier 2022-05-06 15:42:16 +02:00 committed by GitHub
commit bab6710b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 6 deletions

View file

@ -445,6 +445,19 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
numtide = {
members = [
mic92
flokli
jfroche
tazjin
zimbatm
];
enableFeatureFreezePing = true;
scope = "Group registration for Numtide team members who collectively maintain packages.";
shortName = "Numtide team";
};
openstack = {
members = [
emilytrau

View file

@ -63,11 +63,10 @@ let
kalbasit
marsam
maxeaubrey
timstott
zimbatm
zowoq
techknowlogick
];
timstott
zowoq
] ++ teams.numtide.members;
};
} // attrs');

View file

@ -16,6 +16,6 @@ rustPlatform.buildRustPackage rec {
description = "one CLI to format the code tree";
homepage = "https://github.com/numtide/treefmt";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ zimbatm ];
maintainers = lib.teams.numtide.members;
};
}

View file

@ -49,6 +49,6 @@ buildGoModule rec {
'';
homepage = "https://direnv.net";
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
maintainers = teams.numtide.members;
};
}