lime: fix license to gpl3Only

wip/yesman
Jaakko Luttinen 3 years ago
parent 87b0fb0917
commit 4261c6d8ed
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964
  1. 2
      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 ];
};

Loading…
Cancel
Save