From 8335030b7f6e6a096cde79e3e5eeb27f50dd7def Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 5 Jul 2021 08:44:45 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cb49efb..6440bcd 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "demo": "https://demo.phpboost.com/", "admindoc": "https://www.phpboost.com/wiki/wiki.php", "userdoc": "https://yunohost.org/apps", - "code": "https://some.forge.com/example/example" + "code": "https://github.com/PHPBoost/PHPBoost" }, "license": "GPL-3.0-only", "maintainer": { @@ -24,7 +24,7 @@ "requirements": { "yunohost": ">= 4.2.4" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx", "php7.3-fpm"