From c398615dae0e74ca48cce4d0cdc9f34ae77745fa Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 2 May 2022 12:10:16 +0200 Subject: [PATCH] treefmt: maintained by numtide --- pkgs/development/tools/treefmt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/treefmt/default.nix b/pkgs/development/tools/treefmt/default.nix index bd297154cc36..f9cef54564f8 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; }; }