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

This commit is contained in:
Fabian Affolter 2022-12-05 08:35:05 +01:00
parent 4590da9d9c
commit 8236c5ebbd

View file

@ -31,6 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "CDN 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-cdn/ChangeLog.txt";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};