meilisearch: add meta

This commit is contained in:
happysalada
2021-09-25 21:45:52 +09:00
committed by Raphael Megzari
parent 5fe6a90585
commit faef95930b
@@ -46,4 +46,11 @@ stdenv.mkDerivation {
'';
dontCheck = 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" ];
};
}