forked from mirrors/nixpkgs
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; {
|
||||
description = "C++ library to manipulate VCard standard format";
|
||||
homepage = "https://gitlab.linphone.org/BC/public/belcard";
|
||||
license = licenses.lgpl21;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue