From eeafec5103a679076d1787795e28bf3df3e922cf Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sat, 25 Dec 2021 10:43:41 -0800 Subject: [PATCH] wlsunset: fix maintainers entry for matrss --- modules/services/wlsunset.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/wlsunset.nix b/modules/services/wlsunset.nix index 28e595af..373d77f2 100644 --- a/modules/services/wlsunset.nix +++ b/modules/services/wlsunset.nix @@ -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.";