From bca11839bd64842bdd8a8cf69463a8ac59acddf5 Mon Sep 17 00:00:00 2001 From: Grena Date: Mon, 10 Apr 2023 18:06:02 +0200 Subject: [PATCH] Fix linter --- manifest.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index a4a0a48..01fcb31 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,6 @@ "website": "https://mosquitto.org", "demo": "https://test.mosquitto.org", "admindoc": "https://mosquitto.org/documentation/", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/eclipse/mosquitto", "cpe": "cpe:2.3:a:eclipse:mosquitto" }, @@ -32,22 +31,13 @@ { "name": "username", "type": "string", - "ask": { - "en": "Set the username for client authentication", - "fr": "Définissez le nom d'utilisateur pour l'authentification du client" - }, "example": "mosquitto", "default": "mosquitto" }, { "name": "password", - "type": "password", - "ask": { - "en": "Set the password for client authentication", - "fr": "Définissez le mot de passe pour l'authentification du client" - }, - "example": "Choose a password" + "type": "password" } ] } -} \ No newline at end of file +}