lime: fix license to gpl3Only

This commit is contained in:
Jaakko Luttinen 2021-04-02 14:35:15 +03:00
parent 87b0fb0917
commit 4261c6d8ed
No known key found for this signature in database
GPG key ID: 7B1CE13152E6B964

View file

@ -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 ];
};