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