broot: fix aheaume entry in maintainers
This commit is contained in:
parent
bad529983e
commit
ec79a7d830
|
@ -145,4 +145,10 @@
|
||||||
github = "onny";
|
github = "onny";
|
||||||
githubId = 757752;
|
githubId = 757752;
|
||||||
};
|
};
|
||||||
|
aheaume = {
|
||||||
|
name = "aheaume";
|
||||||
|
email = "aheaume@users.noreply.github.com";
|
||||||
|
github = "aheaume";
|
||||||
|
githubId = 13830042;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.aheaume ];
|
meta.maintainers = [ hm.maintainers.aheaume ];
|
||||||
|
|
||||||
options.programs.broot = {
|
options.programs.broot = {
|
||||||
enable = mkEnableOption "Broot, a better way to navigate directories";
|
enable = mkEnableOption "Broot, a better way to navigate directories";
|
||||||
|
|
Loading…
Reference in a new issue