python310Packages.influxdb-client: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-27 09:12:37 +01:00 committed by GitHub
parent 043c1e674f
commit d707a0b31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "InfluxDB client library";
homepage = "https://github.com/influxdata/influxdb-client-python";
changelog = "https://github.com/influxdata/influxdb-client-python/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
};