python310Packages.mlflow: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-05 20:30:40 +01:00
parent 9e7da918e4
commit 706a7d1548
@@ -81,6 +81,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Open source platform for the machine learning lifecycle";
homepage = "https://github.com/mlflow/mlflow";
changelog = "https://github.com/mlflow/mlflow/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ tbenst ];
};