belcard: specifiy the exact gpl3 license variant
This commit is contained in:
parent
4459b412dd
commit
14027887fe
@ -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 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user