jitsi-meet: remove with lib
This commit is contained in:
@@ -55,16 +55,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Secure, Simple and Scalable Video Conferences";
|
||||
longDescription = ''
|
||||
Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge
|
||||
to provide high quality, secure and scalable video conferences.
|
||||
'';
|
||||
homepage = "https://github.com/jitsi/jitsi-meet";
|
||||
license = licenses.asl20;
|
||||
teams = [ teams.jitsi ];
|
||||
platforms = platforms.all;
|
||||
license = lib.licenses.asl20;
|
||||
teams = [ lib.teams.jitsi ];
|
||||
inherit (nodejs.meta) platforms;
|
||||
inherit (olm.meta) knownVulnerabilities;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user