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

This commit is contained in:
Fabian Affolter
2022-12-07 10:47:35 +01:00
committed by GitHub
parent 61b4400f8f
commit e6e229954f
@@ -68,6 +68,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Stackdriver Logging API client library";
homepage = "https://github.com/googleapis/python-logging";
changelog = "https://github.com/googleapis/python-logging/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};