python310Packages.mlflow: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user