python312Packages.google-cloud-redis: fix changelog

This commit is contained in:
Weijia Wang 2024-07-15 16:53:45 +02:00
parent 5bb752fa62
commit 1c60e01321

View File

@ -44,8 +44,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Memorystore for Redis API client library";
homepage = "https://github.com/googleapis/python-redis";
changelog = "https://github.com/googleapis/python-redis/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-redis";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-redis-v${version}/packages/google-cloud-redis/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};