1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

broot: fix aheaume entry in maintainers

This commit is contained in:
Luna Nova 2021-12-25 10:22:46 -08:00 committed by Robert Helgesson
parent bad529983e
commit ec79a7d830
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 7 additions and 1 deletions

View File

@ -145,4 +145,10 @@
github = "onny";
githubId = 757752;
};
aheaume = {
name = "aheaume";
email = "aheaume@users.noreply.github.com";
github = "aheaume";
githubId = 13830042;
};
}

View File

@ -15,7 +15,7 @@ let
};
in {
meta.maintainers = [ maintainers.aheaume ];
meta.maintainers = [ hm.maintainers.aheaume ];
options.programs.broot = {
enable = mkEnableOption "Broot, a better way to navigate directories";