meilisearch: add meta
This commit is contained in:
parent
5fe6a90585
commit
faef95930b
1 changed files with 7 additions and 0 deletions
|
@ -46,4 +46,11 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
dontCheck = true;
|
dontCheck = true;
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Powerful, fast, and an easy to use search engine ";
|
||||||
|
homepage = https://docs.meilisearch.com/;
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ happysalada ];
|
||||||
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue