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

This commit is contained in:
Fabian Affolter 2022-12-28 16:17:42 +01:00
parent b8728c3055
commit cacebfa9eb

View File

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