python310Packages.google-cloud-bigquery-datatransfer: update URLs

This commit is contained in:
Fabian Affolter 2023-12-19 19:11:15 +01:00 committed by GitHub
parent 5700b33163
commit 9826114268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,8 +50,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "BigQuery Data Transfer API client library";
homepage = "https://github.com/googleapis/python-bigquery-datatransfer";
changelog = "https://github.com/googleapis/python-bigquery-datatransfer/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-datatransfer";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-datatransfer-v${version}/packages/google-cloud-bigquery-datatransfer/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};