pythonPackages.acoustic: fix meta.license

There is no licenses.bsd; the upstream license looks like 3-clause BSD.
This commit is contained in:
Joachim Fasting 2016-12-02 03:25:01 +01:00
parent 097b4be1d5
commit 4e2e2039c2
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

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