From 602913bfc5490eb7120691e3a94ad408fbfa5578 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 12 Oct 2025 17:26:35 -0500 Subject: [PATCH] pizauth: update maintainer entry Point to nixpkgs so we can remove the home manager entry. Signed-off-by: Austin Horstman --- modules/services/pizauth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/pizauth.nix b/modules/services/pizauth.nix index 4afc59477..15b1dd411 100644 --- a/modules/services/pizauth.nix +++ b/modules/services/pizauth.nix @@ -10,7 +10,7 @@ let cfg = config.services.pizauth; in { - meta.maintainers = [ lib.hm.maintainers.swarsel ]; + meta.maintainers = [ lib.maintainers.swarsel ]; options.services.pizauth = { enable = lib.mkEnableOption ''