python3Packages.bespon: fix license

The project is licensed under a 3-clause BSD license, not LGPL3.
This commit is contained in:
Martin Weinelt 2021-02-08 17:36:45 +01:00
parent 8feef7d64a
commit a76c135d50
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Encodes and decodes data in the BespON format.";
homepage = "https://github.com/gpoore/bespon_py";
license = licenses.lgpl3;
license = licenses.bsd3;
maintainers = with maintainers; [ synthetica ];
};