forked from mirrors/nixpkgs
Merge pull request #171221 from zimbatm/numtide-team
maintainers: add numtide team
This commit is contained in:
commit
bab6710b73
|
@ -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
|
||||
|
|
|
@ -63,11 +63,10 @@ let
|
|||
kalbasit
|
||||
marsam
|
||||
maxeaubrey
|
||||
timstott
|
||||
zimbatm
|
||||
zowoq
|
||||
techknowlogick
|
||||
];
|
||||
timstott
|
||||
zowoq
|
||||
] ++ teams.numtide.members;
|
||||
};
|
||||
} // attrs');
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,6 +49,6 @@ buildGoModule rec {
|
|||
'';
|
||||
homepage = "https://direnv.net";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
maintainers = teams.numtide.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue