python3Packages.aubio: fix eval

This commit is contained in:
zowoq 2020-10-18 08:25:36 +10:00
parent 5c5e7b119e
commit 5d1b7e310e

View File

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