python311Packages.softlayer: update changelog entry

This commit is contained in:
Fabian Affolter
2023-10-18 08:43:12 +02:00
committed by GitHub
parent 6a5f32e9aa
commit a35f8285d4
@@ -78,7 +78,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python libraries that assist in calling the SoftLayer API";
homepage = "https://github.com/softlayer/softlayer-python";
changelog = "https://github.com/softlayer/softlayer-python/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/softlayer/softlayer-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};