python310Packages.meilisearch: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 16:39:40 +01:00
parent 0b8752bb65
commit 90b7e76b07

View file

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client for the Meilisearch API";
homepage = "https://github.com/meilisearch/meilisearch-python";
changelog = "https://github.com/meilisearch/meilisearch-python/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};