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
This commit is contained in:
Anderson Torres 2024-04-26 22:02:50 -03:00
parent 78b6bbb701
commit da5dcb65f7
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};
}