1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-26 21:19:45 +01:00

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

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