From 60b5af9bab2023cfadb26d528bef5417f11f1d0f Mon Sep 17 00:00:00 2001 From: knockoff <36494048+knoc-off@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:17:48 +0200 Subject: [PATCH] Update modules/services/pyprland.nix Co-authored-by: Robert Helgesson --- modules/services/pyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/pyprland.nix b/modules/services/pyprland.nix index b58bd580c..e36ab3e61 100644 --- a/modules/services/pyprland.nix +++ b/modules/services/pyprland.nix @@ -4,7 +4,7 @@ let settingsFormat = pkgs.formats.toml { }; in with lib; { - meta.maintainers = [ maintainers.knoc-off ]; + meta.maintainers = [ hm.maintainers.knoc-off ]; options.services.pyprland = { enable = mkEnableOption "pyprland";