python312Packages.kubernetes: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-03-26 10:54:21 +01:00
parent 2f345e7628
commit b310900280
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Kubernetes Python client";
homepage = "https://github.com/kubernetes-client/python";
changelog = "https://github.com/kubernetes-client/python/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ lsix ];
};