summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2022-05-02 12:10:16 +0200
committerzimbatm <zimbatm@zimbatm.com>2022-05-02 14:55:13 +0200
commitc398615dae0e74ca48cce4d0cdc9f34ae77745fa (patch)
tree52888dd708ea8c76463905f27b40ec587720beb5
parent2e365a077df2428af1e0a477263c5b7b4eb12158 (diff)
downloadnixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.tar
nixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.tar.gz
nixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.tar.bz2
nixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.tar.lz
nixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.tar.xz
nixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.tar.zst
nixpkgs-c398615dae0e74ca48cce4d0cdc9f34ae77745fa.zip
treefmt: maintained by numtide
-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 bd297154cc3..f9cef54564f 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 = with lib.maintainers; [ zimbatm ];
+    maintainers = lib.teams.numtide.members;
   };
 }