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:
parent
aa2a172ab1
commit
d3534d4a15
1 changed files with 9 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue