From 4459b412ddbe76546463fea63f19e170c3864e6b Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Mon, 28 Dec 2020 17:32:14 +0100 Subject: [PATCH] ortp: specifiy the exact gpl3 license variant --- pkgs/development/libraries/ortp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ortp/default.nix b/pkgs/development/libraries/ortp/default.nix index f84f3ab1d83..ecd15498432 100644 --- a/pkgs/development/libraries/ortp/default.nix +++ b/pkgs/development/libraries/ortp/default.nix @@ -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 ]; };