python312Packages.aubio: update meta

- add changelog
- specify license
This commit is contained in:
Fabian Affolter
2025-01-11 22:39:30 +01:00
parent 0a85603e5f
commit f4bb0042d9
@@ -52,7 +52,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for audio and music analysis";
homepage = "https://aubio.org";
license = licenses.gpl3;
changelog = "https://github.com/aubio/aubio/blob/${version}/ChangeLog";
license = licenses.gpl3Plus;
maintainers = [ ];
};
}