python310Packages.ibm-cloud-sdk-core: fix typo

This commit is contained in:
Fabian Affolter 2023-01-10 08:59:12 +01:00 committed by GitHub
parent 50987428f4
commit ae69f0cd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client library for the IBM Cloud services";
homepage = "https://github.com/IBM/python-sdk-core";
chnagelog = "https://github.com/IBM/python-sdk-core/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/IBM/python-sdk-core/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ globin ];
};