pythpn310Packages.google-cloud-datacatalog: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:55 +01:00
parent 0f35ebf094
commit c0f32aa42e
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Data Catalog API API client library";
homepage = "https://github.com/googleapis/python-datacatalog";
changelog = "https://github.com/googleapis/python-datacatalog/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};