mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python310Packages.influxdb-client: add changelog to meta
This commit is contained in:
parent
043c1e674f
commit
d707a0b31b
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user