mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
wlsunset: fix maintainers entry for matrss
This commit is contained in:
parent
04342bd7a2
commit
eeafec5103
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ with lib;
|
|||
let cfg = config.services.wlsunset;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.matrss ];
|
||||
meta.maintainers = [ hm.maintainers.matrss ];
|
||||
|
||||
options.services.wlsunset = {
|
||||
enable = mkEnableOption "Whether to enable wlsunset.";
|
||||
|
|
Loading…
Reference in a new issue