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