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

This commit is contained in:
Fabian Affolter
2022-12-28 18:23:00 +01:00
parent 75825e1cfc
commit ff5a1f5289
@@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Stackdriver Monitoring API client library";
homepage = "https://github.com/googleapis/python-monitoring";
changelog = "https://github.com/googleapis/python-monitoring/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};