python310Packages.elasticsearch: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-29 17:14:18 +02:00
parent fe2ecaf706
commit 7f94c15581

View file

@ -23,6 +23,7 @@ buildPythonPackage (rec {
meta = with lib; {
description = "Official low-level client for Elasticsearch";
homepage = "https://github.com/elasticsearch/elasticsearch-py";
changelog = "https://github.com/elastic/elasticsearch-py/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ desiderius ];
};