python311Packages.ibm-watson: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-08-13 12:01:00 +02:00
parent f328790bcf
commit c316383a6c
@@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client library to use the IBM Watson Services";
homepage = "https://github.com/watson-developer-cloud/python-sdk";
changelog = "https://github.com/watson-developer-cloud/python-sdk/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ globin ];
};