mediastreamer: fix license to gpl3Only

This commit is contained in:
Jaakko Luttinen 2021-04-02 14:33:17 +03:00
parent 1f8dc49541
commit 87b0fb0917
No known key found for this signature in database
GPG key ID: 7B1CE13152E6B964

View file

@ -4,11 +4,11 @@
, cmake , cmake
, doxygen , doxygen
, fetchFromGitLab , fetchFromGitLab
, fetchpatch
, ffmpeg_3 , ffmpeg_3
, glew , glew
, gsm , gsm
, intltool , intltool
, lib
, libGL , libGL
, libGLU , libGLU
, libX11 , libX11
@ -28,7 +28,7 @@
, SDL , SDL
, speex , speex
, srtp , srtp
, lib, stdenv , stdenv
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A powerful and lightweight streaming engine specialized for voice/video telephony applications"; description = "A powerful and lightweight streaming engine specialized for voice/video telephony applications";
homepage = "http://www.linphone.org/technical-corner/mediastreamer2"; homepage = "http://www.linphone.org/technical-corner/mediastreamer2";
license = licenses.gpl3; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jluttine ]; maintainers = with maintainers; [ jluttine ];
}; };