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

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