Unverified Commit c57a4343 authored by Jonas Chevalier's avatar Jonas Chevalier Committed by GitHub
Browse files

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.
parent ddb2b536
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ let
in
{
  meta = {
    maintainers = [ maintainers.rizary ];
    maintainers = [ maintainers.rizary maintainers.zimbatm ];
  };
  options = {
    services.nar-serve = {
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ buildGoModule rec {
    '';
    homepage = "https://direnv.net";
    license = licenses.mit;
    maintainers = teams.numtide.members;
    maintainers = [ maintainers.zimbatm ];
    mainProgram = "direnv";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}