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

This commit is contained in:
Fabian Affolter 2022-12-28 14:45:01 +01:00
parent 795c9fb0e2
commit ec7cdd6c4c

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
];
disabledTests = [
# requires credentials
# Test requires credentials
"test_list_clusters"
];
@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Container Engine API client library";
homepage = "https://github.com/googleapis/python-container";
changelog = "https://github.com/googleapis/python-container/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};