broot: fix aheaume entry in maintainers
This commit is contained in:
parent
bad529983e
commit
ec79a7d830
|
@ -145,4 +145,10 @@
|
|||
github = "onny";
|
||||
githubId = 757752;
|
||||
};
|
||||
aheaume = {
|
||||
name = "aheaume";
|
||||
email = "aheaume@users.noreply.github.com";
|
||||
github = "aheaume";
|
||||
githubId = 13830042;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue