treewide: add Jitsi maintainers

* makes jitsi maintainer team
This commit is contained in:
Ryan Mulligan
2020-08-04 13:07:36 -07:00
parent edd9e3e610
commit c4814c03b7
10 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/jitsi/jitsi-meet";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = teams.jitsi.members;
platforms = platforms.all;
};
}