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

This commit is contained in:
Fabian Affolter
2022-12-28 18:17:41 +01:00
parent 9a911023c1
commit da853fc1fd
@@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Bigquery logging client library";
homepage = "https://github.com/googleapis/python-bigquery-logging";
changelog = "https://github.com/googleapis/python-bigquery-logging/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};