python3Packages.google-cloud-datastore: update homepage and changelog

This commit is contained in:
Acid Bong
2026-07-21 18:12:08 +03:00
parent 057033a1f0
commit 1bc8e0b3ae
@@ -71,8 +71,8 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Google Cloud Datastore API client library";
homepage = "https://github.com/googleapis/python-datastore";
changelog = "https://github.com/googleapis/python-datastore/blob/v${finalAttrs.version}/CHANGELOG.md";
homepage = "https://cloud.google.com/datastore";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-datastore-v${finalAttrs.version}/packages/google-cloud-datastore/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = [ ];
};