From 8699c5392e51a19bf48997e4d7caa541b8c99ab6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 18 Mar 2021 08:43:36 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 3228fd4..f5c0331 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "VoIP media traffic NAT traversal server and gateway", "fr": "Serveur et passerelle NAT du trafic média VoIP" }, - "version": "4.5.1.1~ynh1", + "version": "4.5.1.1~ynh2", "url": "https://github.com/coturn/coturn", "license": "BSD-3-Clause", "maintainer": { @@ -14,7 +14,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.7" }, "multi_instance": false, "services": [ @@ -24,10 +24,6 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Coturn", - "fr": "Choisissez un nom de domaine pour Coturn" - }, "example": "turn.example.com" } ]