3
0
Fork 0
forked from mirrors/nixpkgs

belcard: specifiy the exact gpl3 license variant

This commit is contained in:
Trolli Schmittlauch 2020-12-28 17:32:54 +01:00
parent 4459b412dd
commit 14027887fe

View file

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