python3Packages.aubio: fix eval again

gstqt5
zowoq 2020-10-18 08:46:21 +10:00
parent cc0fdccf39
commit 595306b426
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "a library for audio and music analysis";
homepage = "https://aubio.org";
licenses = licenses.gpl3;
license = licenses.gpl3;
maintainers = with maintainers; [ hexa ];
};
}