python310Packages.db-dtypes: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-06 15:22:45 +01:00 committed by GitHub
parent 5c28d98e7e
commit 60626b6763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pandas Data Types for SQL systems (BigQuery, Spanner)";
homepage = "https://github.com/googleapis/python-db-dtypes-pandas";
changelog = "https://github.com/googleapis/python-db-dtypes-pandas/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};