ortp: specifiy the exact gpl3 license variant
This commit is contained in:
parent
bf2a93e507
commit
4459b412dd
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Real-Time Transport Protocol (RFC3550) stack";
|
description = "A Real-Time Transport Protocol (RFC3550) stack";
|
||||||
homepage = "https://linphone.org/technical-corner/ortp";
|
homepage = "https://linphone.org/technical-corner/ortp";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ jluttine ];
|
maintainers = with maintainers; [ jluttine ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user