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

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