pythonPackages.acoustic: fix meta.license
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
This commit is contained in:
parent
097b4be1d5
commit
4e2e2039c2
|
@ -60,7 +60,7 @@ in {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A package for acousticians";
|
description = "A package for acousticians";
|
||||||
maintainer = with maintainers; [ fridh ];
|
maintainer = with maintainers; [ fridh ];
|
||||||
license = with licenses; [ bsd ];
|
license = with licenses; [ bsd3 ];
|
||||||
homepage = https://github.com/python-acoustics/python-acoustics;
|
homepage = https://github.com/python-acoustics/python-acoustics;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue