python310Packages.ibm-cloud-sdk-core: add changelog to meta

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

View file

@ -56,6 +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";
license = licenses.asl20;
maintainers = with maintainers; [ globin ];
};