mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
meilisearch: update description
This commit is contained in:
parent
c420236aaa
commit
cf8436e4cb
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "meilisearch";
|
||||
repo = "MeiliSearch";
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-PARvz1LEEgmelku69ywKditAx0G4xJnEL6dYIh1IYTM=";
|
||||
};
|
||||
|
||||
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage {
|
||||
doCheck = false;
|
||||
|
||||
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/";
|
||||
changelog = "https://github.com/meilisearch/meilisearch/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user