ortp: specifiy the exact gpl3 license variant

This commit is contained in:
Trolli Schmittlauch 2020-12-28 17:32:14 +01:00
parent bf2a93e507
commit 4459b412dd

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Real-Time Transport Protocol (RFC3550) stack";
homepage = "https://linphone.org/technical-corner/ortp";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ jluttine ];
};