maintainers: remove the numtide team (#268684)
It doesn't really make sense for us as team members are focused on different things. At the end of the day it's the individuals that do the work.
This commit is contained in:
@@ -677,18 +677,6 @@ with lib.maintainers; {
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
numtide = {
|
||||
members = [
|
||||
mic92
|
||||
flokli
|
||||
jfroche
|
||||
tazjin
|
||||
zimbatm
|
||||
];
|
||||
scope = "Group registration for Numtide team members who collectively maintain packages.";
|
||||
shortName = "Numtide team";
|
||||
};
|
||||
|
||||
ocaml = {
|
||||
members = [
|
||||
alizter
|
||||
|
||||
@@ -6,7 +6,7 @@ let
|
||||
in
|
||||
{
|
||||
meta = {
|
||||
maintainers = [ maintainers.rizary ];
|
||||
maintainers = [ maintainers.rizary maintainers.zimbatm ];
|
||||
};
|
||||
options = {
|
||||
services.nar-serve = {
|
||||
|
||||
@@ -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 = lib.teams.numtide.members;
|
||||
maintainers = [ lib.maintainers.zimbatm ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ buildGoModule rec {
|
||||
'';
|
||||
homepage = "https://direnv.net";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.numtide.members;
|
||||
maintainers = [ maintainers.zimbatm ];
|
||||
mainProgram = "direnv";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@ buildGoModule rec {
|
||||
description = "Serve NAR file contents via HTTP";
|
||||
homepage = "https://github.com/numtide/nar-serve";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rizary ];
|
||||
maintainers = with maintainers; [ rizary zimbatm ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user