1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

YunoHost 2.4

This commit is contained in:
Jeff 2016-06-28 15:42:07 +02:00 committed by GitHub
parent 44e64bb7b5
commit fd80be5baf

View file

@ -1,15 +1,15 @@
{ {
"packaging_format": 1,
"name": "Rainloop", "name": "Rainloop",
"id": "rainloop", "id": "rainloop",
"description": { "description": {
"en": "Lightweight webmail", "en": "Lightweight multi-account webmail",
"fr": "Webmail leger" "fr": "Webmail léger multi-comptes"
}, },
"url": "http://rainloop.net/", "url": "http://rainloop.net/",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "scith, Djip007", "name": "scith, Djip007"
"email": "none@domaine.org"
}, },
"multi_instance": "false", "multi_instance": "false",
"services": [ "services": [
@ -17,6 +17,9 @@
"php5-fpm", "php5-fpm",
"mysql" "mysql"
], ],
"requirements": {
"yunohost": ">= 2.4.0"
}
"arguments": { "arguments": {
"install" : [ "install" : [
{ {