From 6b83578a15b8ff97cae0a5e10570d8306977ad15 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Dec 2021 09:11:29 +0100 Subject: [PATCH] Fix linter warning --- manifest.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 52be7f8..ba25fb2 100644 --- a/manifest.json +++ b/manifest.json @@ -11,8 +11,7 @@ "upstream": { "license": "MPL-2.0", "website": "https://collaboraoffice.com", - "admindoc": "https://www.collaboraoffice.com/code/", - "userdoc": "https://yunohost.org/#/app_collabora" + "admindoc": "https://www.collaboraoffice.com/code/" }, "license": "MPL-2.0", "maintainer": { @@ -30,13 +29,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "password", - "type": "password", - "example": "password" + "type": "password" }, { "name": "nextcloud_domain",