python310Packages.aliyun-python-sdk-core: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 08:42:53 +01:00
parent 4013d8477d
commit 0c768a11a1

View File

@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Core module of Aliyun Python SDK";
homepage = "https://github.com/aliyun/aliyun-openapi-python-sdk";
changelog = "https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-core/ChangeLog.txt";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};