about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;
     };
   };