about summary refs log tree commit diff
path: root/pkgs/tools/misc
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/tools/misc
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/tools/misc')
-rw-r--r--pkgs/tools/misc/direnv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/direnv/default.nix b/pkgs/tools/misc/direnv/default.nix
index 04b9dd5fad888..b23fe3fa4ed8d 100644
--- a/pkgs/tools/misc/direnv/default.nix
+++ b/pkgs/tools/misc/direnv/default.nix
@@ -49,7 +49,7 @@ buildGoModule rec {
     '';
     homepage = "https://direnv.net";
     license = licenses.mit;
-    maintainers = teams.numtide.members;
+    maintainers = [ maintainers.zimbatm ];
     mainProgram = "direnv";
   };
 }