python310Packages.google-cloud-os-config: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-28 16:49:08 +01:00
parent 4a94669285
commit ba0f01af45

View File

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