Merge pull request #90646 from Ma27/matrix-maintainer-team

maintainers/teams: add matrix team
This commit is contained in:
Maximilian Bosch
2020-06-18 00:23:55 +02:00
committed by GitHub
6 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -77,6 +77,6 @@ buildPythonApplication rec {
homepage = "https://matrix.org";
description = "Matrix reference homeserver";
license = licenses.asl20;
maintainers = with maintainers; [ ralith roblabla ekleog pacien ma27 ];
maintainers = teams.matrix.members;
};
}