jitsi-meet: remove with lib

This commit is contained in:
Tom van Dijk
2025-09-05 15:49:15 +02:00
parent 3d52f4bb4a
commit 5fa5ca491f
+4 -4
View File
@@ -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;
};
})