python3Packages.alibabacloud-credentials: update meta

This commit is contained in:
Fabian Affolter 2026-03-07 11:31:01 +01:00
parent 831e44d28a
commit 3ea816475e

View file

@ -38,7 +38,8 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Aliyun Credentials Library for Python";
homepage = "https://pypi.org/project/alibabacloud-credentials/";
homepage = "https://github.com/aliyun/credentials-python";
changelog = "https://github.com/aliyun/credentials-python/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};