summary refs log tree commit diff
path: root/pkgs/development/libraries/lime
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2021-04-02 14:35:15 +0300
committerJaakko Luttinen <jaakko.luttinen@iki.fi>2021-04-02 14:35:15 +0300
commit4261c6d8edb47ade5b777a822336f3e5f60aa054 (patch)
tree4abbed84245c61afed0bf0a2978d529eafe94497 /pkgs/development/libraries/lime
parent87b0fb091733a33246fe791673199113605a40bf (diff)
downloadnixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.tar
nixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.tar.gz
nixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.tar.bz2
nixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.tar.lz
nixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.tar.xz
nixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.tar.zst
nixpkgs-4261c6d8edb47ade5b777a822336f3e5f60aa054.zip
lime: fix license to gpl3Only
Diffstat (limited to 'pkgs/development/libraries/lime')
-rw-r--r--pkgs/development/libraries/lime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/lime/default.nix b/pkgs/development/libraries/lime/default.nix
index 77ae28fa9d3..741f05bea6f 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 ];
   };