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