From 2489236a2d0d3fef186c199b18039187a7e1b54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 2 Apr 2016 12:06:28 +0200 Subject: [PATCH] [fix] Set yunohost requirements in the manifest --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2fefe2c..50ff561 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,10 @@ "name": "OwnCloud", "id": "owncloud", "description": { - "en": "Sync & share your files, pictures, music, contacts, calendars, and much more !", + "en": "Sync & share your files, pictures, music, contacts, calendars, and much more!", "fr": "Synchronisez et partagez vos fichiers, images, musiques, contacts, calendriers, et bien plus !" }, - "url": "http://owncloud.org", + "url": "https://owncloud.org", "maintainer": { "name": "kload", "email": "kload@kload.fr" @@ -16,6 +16,9 @@ "php5-fpm", "mysql" ], + "requirements": { + "yunohost": ">= 2.3.12" + }, "arguments": { "install" : [ {