mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +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;
|
cfg = config.programs.eww;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.mainrs ];
|
meta.maintainers = [ hm.maintainers.mainrs ];
|
||||||
|
|
||||||
options.programs.eww = {
|
options.programs.eww = {
|
||||||
enable = mkEnableOption "eww";
|
enable = mkEnableOption "eww";
|
||||||
|
|
Loading…
Reference in a new issue