mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 13:28:02 +00:00
meilisearch: add meta
This commit is contained in:
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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user