wlsunset: fix maintainers entry for matrss

This commit is contained in:
Luna Nova 2021-12-25 10:43:41 -08:00 committed by Robert Helgesson
parent 04342bd7a2
commit eeafec5103
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -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.";