python3Packages.aubio: fix eval
This commit is contained in:
parent
5c5e7b119e
commit
5d1b7e310e
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "a library for audio and music analysis";
|
||||
homepage = "https://aubio.org";
|
||||
licenses = license.gpl3;
|
||||
licenses = licenses.gpl3;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user