summary refs log tree commit diff
path: root/pkgs/development/python-modules/bespon
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-08 17:36:45 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-08 17:36:45 +0100
commita76c135d5074d127970f1e03b37288d8f31369fb (patch)
treef2c6e5540e564c6434691678fce5969bc3e010f8 /pkgs/development/python-modules/bespon
parent8feef7d64a539d7bf9f43dc8157d2213c0493394 (diff)
downloadnixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.tar
nixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.tar.gz
nixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.tar.bz2
nixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.tar.lz
nixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.tar.xz
nixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.tar.zst
nixpkgs-a76c135d5074d127970f1e03b37288d8f31369fb.zip
python3Packages.bespon: fix license
The project is licensed under a 3-clause BSD license, not LGPL3.
Diffstat (limited to 'pkgs/development/python-modules/bespon')
-rw-r--r--pkgs/development/python-modules/bespon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bespon/default.nix b/pkgs/development/python-modules/bespon/default.nix
index 24448d610f1..da6820ef6ec 100644
--- a/pkgs/development/python-modules/bespon/default.nix
+++ b/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 ];
   };