1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

[enh] Specify the version in the manifest and some typo

This commit is contained in:
Jérôme Lebleu 2016-05-13 22:30:49 +02:00
parent aa2a172ab1
commit d3534d4a15

View file

@ -1,21 +1,22 @@
{ {
"name": "Jappix",
"id": "jappix",
"packaging_format": 1, "packaging_format": 1,
"requirements": { "id": "jappix",
"yunohost": ">> 2.3.15" "name": "Jappix",
},
"description": { "description": {
"en": "A free social network", "en": "A free social network",
"fr": "Un réseau social libre" "fr": "Un réseau social libre"
}, },
"url": "https://jappix.org/", "url": "https://jappix.org/",
"license": "AGPL-3", "license": "AGPL-3",
"version": "1.1.6",
"maintainer": { "maintainer": {
"name": "titoko", "name": "titoko",
"email": "titoko@titoko.fr" "email": "titoko@titoko.fr"
}, },
"multi_instance": "false", "multi_instance": false,
"requirements": {
"yunohost": ">> 2.3.15"
},
"services": [ "services": [
"nginx", "nginx",
"php5-fpm", "php5-fpm",
@ -54,8 +55,8 @@
{ {
"name": "language", "name": "language",
"ask": { "ask": {
"en": "Choose the language of the Jappix", "en": "Choose the default language of Jappix",
"fr": "Choissisez la langue du Jappix" "fr": "Choissisez la langue par défaut de Jappix"
}, },
"choices" : ["en", "fr", "es"], "choices" : ["en", "fr", "es"],
"default" : "en" "default" : "en"