about summary refs log tree commit diff
path: root/nixos/modules/services/misc/matrix-synapse.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-06-12 03:05:26 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-06-17 21:55:29 +0200
commit650617253e8397634b7e3e4518c1c14168c1b100 (patch)
treeb5aa46f6a9e81afa6e69deb8c86487157f744cf6 /nixos/modules/services/misc/matrix-synapse.nix
parentdcf36b65c3f9c2753bc51d4e45fce4f98b823c31 (diff)
downloadnixlib-650617253e8397634b7e3e4518c1c14168c1b100.tar
nixlib-650617253e8397634b7e3e4518c1c14168c1b100.tar.gz
nixlib-650617253e8397634b7e3e4518c1c14168c1b100.tar.bz2
nixlib-650617253e8397634b7e3e4518c1c14168c1b100.tar.lz
nixlib-650617253e8397634b7e3e4518c1c14168c1b100.tar.xz
nixlib-650617253e8397634b7e3e4518c1c14168c1b100.tar.zst
nixlib-650617253e8397634b7e3e4518c1c14168c1b100.zip
maintainers/teams: add matrix team
Diffstat (limited to 'nixos/modules/services/misc/matrix-synapse.nix')
-rw-r--r--nixos/modules/services/misc/matrix-synapse.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/matrix-synapse.nix b/nixos/modules/services/misc/matrix-synapse.nix
index 8ed4bbdd031c..e982eb16fa70 100644
--- a/nixos/modules/services/misc/matrix-synapse.nix
+++ b/nixos/modules/services/misc/matrix-synapse.nix
@@ -727,5 +727,6 @@ in {
   ];
 
   meta.doc = ./matrix-synapse.xml;
+  meta.maintainers = teams.matrix.members;
 
 }