From 51e17accf87eca5fd3dc526f880c0c3adfb28dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Mon, 31 Dec 2018 00:04:19 +0100 Subject: [PATCH] change license and multi instance --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8728790..9bc7d05 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "fr": "JupyterLab pour YunoHost." }, "url": "https://jupyterlab.readthedocs.io/en/stable/", - "license": "BSD", + "license": "BSD-3-Clause", "maintainer": { "name": "kayou", "email": "", @@ -17,7 +17,7 @@ "requirements": { "yunohost": ">> 3.0.0" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ],