python3Packages.bespon: fix license

The project is licensed under a 3-clause BSD license, not LGPL3.
wip/yesman
Martin Weinelt 3 years ago
parent 8feef7d64a
commit a76c135d50
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 2
      pkgs/development/python-modules/bespon/default.nix

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

Loading…
Cancel
Save