python310Packages.ibm-cloud-sdk-core: fix typo
This commit is contained in:
parent
50987428f4
commit
ae69f0cd19
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue