mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python310Packages.google-cloud-access-context-manager: add changelog to meta
This commit is contained in:
parent
4c00527582
commit
234f1a074a
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue