belcard: specifiy the exact gpl3 license variant
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++ library to manipulate VCard standard format";
|
description = "C++ library to manipulate VCard standard format";
|
||||||
homepage = "https://gitlab.linphone.org/BC/public/belcard";
|
homepage = "https://gitlab.linphone.org/BC/public/belcard";
|
||||||
license = licenses.lgpl21;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ jluttine ];
|
maintainers = with maintainers; [ jluttine ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user