From 8d4483b3c5a3843d0648486da5fb448c9e905ff5 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Fri, 3 Mar 2023 08:13:47 -0800 Subject: [PATCH] Corrected architecture statement Signed-off-by: John Schmidt --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 61eee30..7f6676b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ fund = "https://github.com/sponsors/zadam" [integration] yunohost = ">= 11.1.11.1" -architectures = [ "all" ] +architectures = "all" multi_instance = true ldap = false sso = false