From 9246cf5ac0c544cc7eb3f4343ccf409c036d9122 Mon Sep 17 00:00:00 2001 From: Inrepublica Date: Thu, 26 May 2016 22:25:18 +0200 Subject: [PATCH] Error on yunohost version requirements --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4f4064c..7d10b78 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "email": "duvalmickael@gmail.com" }, "requirements": { - "yunohost": ">> 2.4.0.4" + "yunohost": ">= 2.4.0.4" }, "multi_instance": false, "services": [ @@ -61,4 +61,4 @@ } ] } -} \ No newline at end of file +}