mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
eww: fix maintainer referencee
This commit is contained in:
parent
498c188e62
commit
5375afb2fb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
cfg = config.programs.eww;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.mainrs ];
|
||||
meta.maintainers = [ hm.maintainers.mainrs ];
|
||||
|
||||
options.programs.eww = {
|
||||
enable = mkEnableOption "eww";
|
||||
|
|
Loading…
Reference in a new issue