python310Packages.google-cloud-automl: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-28 15:16:23 +01:00
parent 75cbc843f3
commit e566d9e683

View File

@ -64,6 +64,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Cloud AutoML API client library";
homepage = "https://github.com/googleapis/python-automl";
changelog = "https://github.com/googleapis/python-automl/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};