about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-12-02 03:25:01 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-12-02 03:26:52 +0100
commit4e2e2039c2f111924a3c733babdc988771c62ccf (patch)
treeb34c9b5b7e52969f1b3fbaba5848eb8534c2a1c6
parent097b4be1d5ec2cb7934fc044a447e543488a975d (diff)
downloadnixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.tar
nixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.tar.gz
nixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.tar.bz2
nixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.tar.lz
nixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.tar.xz
nixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.tar.zst
nixlib-4e2e2039c2f111924a3c733babdc988771c62ccf.zip
pythonPackages.acoustic: fix meta.license
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 3f730ebe77a7..7ae28a275b39 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -60,7 +60,7 @@ in {
     meta = {
       description = "A package for acousticians";
       maintainer = with maintainers; [ fridh ];
-      license = with licenses; [ bsd ];
+      license = with licenses; [ bsd3 ];
       homepage = https://github.com/python-acoustics/python-acoustics;
     };
   };