From da5dcb65f7389d01a649297e6d973d55895fe0ce Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Fri, 26 Apr 2024 22:02:50 -0300 Subject: [PATCH] chezmoi: remove jhillyerd as maintainer [orphan] Since theey did not touch Nixpkgs since 2021-10-04 [1] [1] https://github.com/NixOS/nixpkgs/issues/290642 --- pkgs/tools/misc/chezmoi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/chezmoi/default.nix b/pkgs/tools/misc/chezmoi/default.nix index e5c2e9407c79..7c63f174f35e 100644 --- a/pkgs/tools/misc/chezmoi/default.nix +++ b/pkgs/tools/misc/chezmoi/default.nix @@ -38,7 +38,7 @@ buildGoModule rec { description = "Manage your dotfiles across multiple machines, securely"; changelog = "https://github.com/twpayne/chezmoi/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ jhillyerd ]; + maintainers = with maintainers; [ ]; mainProgram = "chezmoi"; }; }