From c57a4343862ae0e95f77923bc5494a55bb7d8ee2 Mon Sep 17 00:00:00 2001 From: Jonas Chevalier Date: Mon, 20 Nov 2023 22:27:26 +0100 Subject: 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. --- pkgs/development/tools/treefmt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools/treefmt') diff --git a/pkgs/development/tools/treefmt/default.nix b/pkgs/development/tools/treefmt/default.nix index dac5acb6e4fe5..408272796d70b 100644 --- a/pkgs/development/tools/treefmt/default.nix +++ b/pkgs/development/tools/treefmt/default.nix @@ -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 ]; }; } -- cgit 1.4.1