From 045e339d34c865561bc1f6cfc0e5fdf5bdfd292b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 20 Jul 2019 20:33:14 +0200 Subject: [PATCH] Fix URL and select multi instance --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 24cc835..58fb394 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ "email": "ljf+ethercalc_ynh@reflexlibre.net", "url": "https://reflexlibre.net" }, - "multi_instance": false, - "url": "https://https://ethercalc.net/", + "multi_instance": true, + "url": "https://ethercalc.net/", "requirements": { "yunohost": ">= 2.7.2" },