Loading pkgs/by-name/ji/jitsi-meet/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; }) Loading
pkgs/by-name/ji/jitsi-meet/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; })