python310Packages.google-cloud-access-context-manager: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-18 21:00:16 +01:00 committed by GitHub
parent 4c00527582
commit 234f1a074a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Protobufs for Google Access Context Manager";
homepage = "https://github.com/googleapis/python-access-context-manager";
changelog = "https://github.com/googleapis/python-access-context-manager/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
};