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

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