about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-11-28 15:51:44 -0300
committerJosé Romildo <malaquias@gmail.com>2021-12-08 11:34:00 -0300
commit24a48156934fd6825d4968e69f844b237a4d2539 (patch)
tree46ff796441a359e9401e5d45e39d9ae7c08ee551 /nixos
parent4387278db7bcbea15489cc9f36b609d981c8ebde (diff)
xfce: add maintainers 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 = [