From 4261c6d8edb47ade5b777a822336f3e5f60aa054 Mon Sep 17 00:00:00 2001 From: Jaakko Luttinen Date: Fri, 2 Apr 2021 14:35:15 +0300 Subject: [PATCH] lime: fix license to gpl3Only --- pkgs/development/libraries/lime/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/lime/default.nix b/pkgs/development/libraries/lime/default.nix index 77ae28fa9d3f..741f05bea6f9 100644 --- a/pkgs/development/libraries/lime/default.nix +++ b/pkgs/development/libraries/lime/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "End-to-end encryption library for instant messaging"; homepage = "http://www.linphone.org/technical-corner/lime"; - license = licenses.gpl3; + license = licenses.gpl3Only; platforms = platforms.all; maintainers = with maintainers; [ jluttine ]; };