python310Packages.google-cloud-bigquery-datatransfer: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-28 18:17:41 +01:00
parent 374cf3fabf
commit e1f5ee2138
@@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "BigQuery Data Transfer API client library";
homepage = "https://github.com/googleapis/python-bigquery-datatransfer";
changelog = "https://github.com/googleapis/python-bigquery-datatransfer/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};