lib: add maintainers attribute set
This attribute set is for users who are Home Manager maintainers but not Nixpkgs maintainers.
This commit is contained in:
parent
91551c09d4
commit
866d7d5152
3 changed files with 18 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ let
|
|||
in mapAttrs opt knownSettings;
|
||||
};
|
||||
in {
|
||||
meta.maintainers = [{ github = "owm111"; }];
|
||||
meta.maintainers = [ hm.maintainers.owm111 ];
|
||||
|
||||
options = {
|
||||
programs.lf = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue