From 4faa40f4c435c1255ee808f004dbf85b195e9fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 10:16:49 +0100 Subject: [PATCH] Fix --- .kateproject | 4 ---- conf/config.json | 2 +- manifest.toml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .kateproject diff --git a/.kateproject b/.kateproject deleted file mode 100644 index d945148..0000000 --- a/.kateproject +++ /dev/null @@ -1,4 +0,0 @@ -{ -"name": "Element_ynh" -, "files": [ { "git": 1 } ] -} diff --git a/conf/config.json b/conf/config.json index f76fdf8..a1c1ad3 100644 --- a/conf/config.json +++ b/conf/config.json @@ -17,6 +17,6 @@ "https://matrix-client.matrix.org": false }, "embedded_pages": { - "login_for_welcome": __LOGIN_FOR_WELCOME__ + "login_for_welcome": "__LOGIN_FOR_WELCOME__" } } diff --git a/manifest.toml b/manifest.toml index e752f91..38bd3a3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/vector-im/element-web/" cpe = "cpe:2.3:a:matrix:element" [integration] -yunohost = ">= 11.1.0" +yunohost = ">= 11.1.5" architectures = "all" multi_instance = true ldap = false