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

This commit is contained in:
Fabian Affolter 2022-12-07 10:46:16 +01:00 committed by GitHub
parent aeeb1cfc71
commit f1a24aa93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Bigtable API client library";
homepage = "https://github.com/googleapis/python-bigtable";
changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ costrouc ];
};