summary refs log tree commit diff
path: root/nixos/modules/services/networking/jicofo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/jicofo.nix')
-rw-r--r--nixos/modules/services/networking/jicofo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/jicofo.nix b/nixos/modules/services/networking/jicofo.nix
index 8c492600944..160a5fea91a 100644
--- a/nixos/modules/services/networking/jicofo.nix
+++ b/nixos/modules/services/networking/jicofo.nix
@@ -148,5 +148,5 @@ in
       mkDefault "${pkgs.jicofo}/etc/jitsi/jicofo/logging.properties-journal";
   };
 
-  meta.maintainers = with lib.maintainers; [ ];
+  meta.maintainers = lib.teams.jitsi.members;
 }