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