lol

python310Packages.ucsmsdk: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
ba007da4 10641700

+1
+1
pkgs/development/python-modules/ucsmsdk/default.nix
··· 30 30 meta = with lib; { 31 31 description = "Python SDK for Cisco UCS"; 32 32 homepage = "https://github.com/CiscoUcs/ucsmsdk"; 33 + changelog = "https://github.com/CiscoUcs/ucsmsdk/blob/v${version}/HISTORY.rst"; 33 34 license = licenses.asl20; 34 35 maintainers = with maintainers; [ SuperSandro2000 ]; 35 36 };