Unverified Commit 5fa5ca49 authored by Tom van Dijk's avatar Tom van Dijk
Browse files

jitsi-meet: remove with lib

parent 3d52f4bb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;
  };
})