Unverified Commit a35f8285 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.softlayer: update changelog entry

parent 6a5f32e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };