about summary refs log tree commit diff
path: root/pkgs/development/tools/treefmt
diff options
context:
space:
mode:
authorJonas Chevalier <zimbatm@zimbatm.com>2023-11-20 22:27:26 +0100
committerGitHub <noreply@github.com>2023-11-20 22:27:26 +0100
commitc57a4343862ae0e95f77923bc5494a55bb7d8ee2 (patch)
tree1e17ff32eb9a75cf84d1099702cebac33470285c /pkgs/development/tools/treefmt
parentddb2b536327f776b16b968b064efce8fde1d64b4 (diff)
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.
Diffstat (limited to 'pkgs/development/tools/treefmt')
-rw-r--r--pkgs/development/tools/treefmt/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }