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

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:59 +01:00
parent 3aeaac8f0a
commit 81f3bf3604
@@ -28,11 +28,14 @@ buildPythonPackage rec {
rm -r google
'';
pythonImportsCheck = [ "google.cloud.runtimeconfig" ];
pythonImportsCheck = [
"google.cloud.runtimeconfig"
];
meta = with lib; {
description = "Google Cloud RuntimeConfig API client library";
homepage = "https://pypi.org/project/google-cloud-runtimeconfig";
homepage = "https://github.com/googleapis/python-runtimeconfig";
changelog = "https://github.com/googleapis/python-runtimeconfig/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};