lol

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.

authored by zimbatm.tngl.sh and committed by

GitHub c57a4343 ddb2b536

+4 -16
-12
maintainers/team-list.nix
··· 677 677 enableFeatureFreezePing = true; 678 678 }; 679 679 680 - numtide = { 681 - members = [ 682 - mic92 683 - flokli 684 - jfroche 685 - tazjin 686 - zimbatm 687 - ]; 688 - scope = "Group registration for Numtide team members who collectively maintain packages."; 689 - shortName = "Numtide team"; 690 - }; 691 - 692 680 ocaml = { 693 681 members = [ 694 682 alizter
+1 -1
nixos/modules/services/networking/nar-serve.nix
··· 6 6 in 7 7 { 8 8 meta = { 9 - maintainers = [ maintainers.rizary ]; 9 + maintainers = [ maintainers.rizary maintainers.zimbatm ]; 10 10 }; 11 11 options = { 12 12 services.nar-serve = {
+1 -1
pkgs/development/tools/treefmt/default.nix
··· 16 16 description = "one CLI to format the code tree"; 17 17 homepage = "https://github.com/numtide/treefmt"; 18 18 license = lib.licenses.mit; 19 - maintainers = lib.teams.numtide.members; 19 + maintainers = [ lib.maintainers.zimbatm ]; 20 20 }; 21 21 }
+1 -1
pkgs/tools/misc/direnv/default.nix
··· 49 49 ''; 50 50 homepage = "https://direnv.net"; 51 51 license = licenses.mit; 52 - maintainers = teams.numtide.members; 52 + maintainers = [ maintainers.zimbatm ]; 53 53 mainProgram = "direnv"; 54 54 }; 55 55 }
+1 -1
pkgs/tools/nix/nar-serve/default.nix
··· 21 21 description = "Serve NAR file contents via HTTP"; 22 22 homepage = "https://github.com/numtide/nar-serve"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ rizary ]; 24 + maintainers = with maintainers; [ rizary zimbatm ]; 25 25 }; 26 26 }