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

This commit is contained in:
Fabian Affolter 2022-12-07 10:49:56 +01:00 committed by GitHub
parent 06c50df6fa
commit fdca9d18da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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