diff --git a/manifest.json b/manifest.json index f779701..3015cf0 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "pitchum@yunohost.org" }, "requirements": { - "yunohost": ">= 4.0.3" + "yunohost": ">= 4.1.7" }, "multi_instance": false, "services": [ @@ -25,19 +25,11 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Biboumi.", - "fr": "Choisissez un nom de domaine pour Biboumi." - }, "example": "example.com" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l’administrateur" - }, "example": "johndoe" } ]