about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-12-10 09:23:20 +0100
committerGitHub <noreply@github.com>2021-12-10 09:23:20 +0100
commitc28b4458d768ce5846963e27240b4f9fd1c11727 (patch)
treeffc4dc4bf57ec0eca1da0d9b664e3a4fbf0de465 /nixos
parentd22679258c4a326aa04c4557b40fcce553369953 (diff)
parent24a48156934fd6825d4968e69f844b237a4d2539 (diff)
Merge pull request #147797 from romildo/upd.xfce
maintainers: add xfce team
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/xfce.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/xfce.nix b/nixos/modules/services/x11/desktop-managers/xfce.nix
index 25276e1d649ec..3cf92f98c56fd 100644
--- a/nixos/modules/services/x11/desktop-managers/xfce.nix
+++ b/nixos/modules/services/x11/desktop-managers/xfce.nix
@@ -9,7 +9,7 @@ in
 {
 
   meta = {
-    maintainers = with maintainers; [ ];
+    maintainers = teams.xfce.members;
   };
 
   imports = [