mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-08 05:54:24 +00:00
python310Packages.google-cloud-bigquery: add changelog to meta
This commit is contained in:
parent
cb0424fcaf
commit
3485a2ccc8
@ -100,6 +100,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Google BigQuery API client library";
|
||||
homepage = "https://github.com/googleapis/python-bigquery";
|
||||
changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user