summary refs log tree commit diff
path: root/nixos/modules/services/networking/jicofo.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-08-04 12:46:14 -0700
committerRyan Mulligan <ryan@ryantm.com>2020-08-04 13:07:36 -0700
commitc4814c03b7078189970be55aac228c852adf315d (patch)
tree65058b218ec2714d50cc39ef2fac56700d96c839 /nixos/modules/services/networking/jicofo.nix
parentedd9e3e610318d6330f0d33451af767fbc6122fe (diff)
downloadnixpkgs-c4814c03b7078189970be55aac228c852adf315d.tar
nixpkgs-c4814c03b7078189970be55aac228c852adf315d.tar.gz
nixpkgs-c4814c03b7078189970be55aac228c852adf315d.tar.bz2
nixpkgs-c4814c03b7078189970be55aac228c852adf315d.tar.lz
nixpkgs-c4814c03b7078189970be55aac228c852adf315d.tar.xz
nixpkgs-c4814c03b7078189970be55aac228c852adf315d.tar.zst
nixpkgs-c4814c03b7078189970be55aac228c852adf315d.zip
treewide: add Jitsi maintainers
* makes jitsi maintainer team
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;
 }