python310Packages.meilisearch: add changelog to meta
This commit is contained in:
parent
0b8752bb65
commit
90b7e76b07
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue