From c730053e18284d1f291f46b816f250ddd156cd61 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 11 Sep 2023 19:25:57 +0200 Subject: [PATCH] Fix manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b67d508..de2e165 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ yunohost = ">= 11.2" architectures = ["armhf", "arm64", "amd64", "i386"] multi_instance = true ldap = false -sso = not_relevant +sso = "not_relevant" disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...