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:
Jonas Chevalier
2023-11-20 22:27:26 +01:00
committed by GitHub
parent ddb2b53632
commit c57a434386
5 changed files with 4 additions and 16 deletions
-12
View File
@@ -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 = {
+1 -1
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 = lib.teams.numtide.members;
maintainers = [ lib.maintainers.zimbatm ];
};
}
+1 -1
View File
@@ -49,7 +49,7 @@ buildGoModule rec {
'';
homepage = "https://direnv.net";
license = licenses.mit;
maintainers = teams.numtide.members;
maintainers = [ maintainers.zimbatm ];
mainProgram = "direnv";
};
}
+1 -1
View File
@@ -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 ];
};
}