From c557dde6b93850b708356945be40ab1ed146b60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:15:16 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4e8cffe..7542db8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -10,8 +10,10 @@ version = "1.1.0~ynh1" maintainers = ["Julien Gomes Dias"] [upstream] -license = "GPL-3.0" +license = "MIT" website = "https://www.meilisearch.com/" +admindoc = "https://www.meilisearch.com/docs" +code = "https://github.com/meilisearch/meilisearch/" [integration] yunohost = ">= 11.1.17" @@ -20,7 +22,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "70M" ram.runtime = "50M" [install]