meilisearch: update description
This commit is contained in:
parent
c420236aaa
commit
cf8436e4cb
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "meilisearch";
|
owner = "meilisearch";
|
||||||
repo = "MeiliSearch";
|
repo = "MeiliSearch";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-PARvz1LEEgmelku69ywKditAx0G4xJnEL6dYIh1IYTM=";
|
hash = "sha256-PARvz1LEEgmelku69ywKditAx0G4xJnEL6dYIh1IYTM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Powerful, fast, and an easy to use search engine ";
|
description = "Powerful, fast, and an easy to use search engine";
|
||||||
homepage = "https://docs.meilisearch.com/";
|
homepage = "https://docs.meilisearch.com/";
|
||||||
changelog = "https://github.com/meilisearch/meilisearch/releases/tag/v${version}";
|
changelog = "https://github.com/meilisearch/meilisearch/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue