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

This commit is contained in:
Fabian Affolter
2022-12-28 18:23:01 +01:00
parent cb0424fcaf
commit 3485a2ccc8
@@ -100,6 +100,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google BigQuery API client library";
homepage = "https://github.com/googleapis/python-bigquery";
changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};