python310Packages.ucsmsdk: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-11-12 14:08:00 +01:00
committed by GitHub
parent 1064170046
commit ba007da4d9
@@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python SDK for Cisco UCS";
homepage = "https://github.com/CiscoUcs/ucsmsdk";
changelog = "https://github.com/CiscoUcs/ucsmsdk/blob/v${version}/HISTORY.rst";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};