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

Fixing indentation

This commit is contained in:
yalh76 2019-07-18 21:49:20 +02:00
parent 5b6dab3101
commit 76635d4cd3

View file

@ -1,36 +1,36 @@
{ {
"name": "Jitsi Meet", "name": "Jitsi Meet",
"id": "jitsi", "id": "jitsi",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Video conferencing web application", "en": "Video conferencing web application",
"fr": "Application web de conférence vidéo" "fr": "Application web de conférence vidéo"
}, },
"version": "1.0.3387~ynh1", "version": "1.0.3387~ynh1",
"url": "https://jitsi.org/Projects/JitMeet", "url": "https://jitsi.org/Projects/JitMeet",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {
"name": "ju", "name": "ju",
"email": "julien.malik@paraiso.me" "email": "julien.malik@paraiso.me"
}, },
"requirements": { "requirements": {
"yunohost": ">= 3.5" "yunohost": ">= 3.5"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
"nginx" "nginx"
], ],
"arguments": { "arguments": {
"install": [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Jitsi Meet", "en": "Choose a domain for Jitsi Meet",
"fr": "Choisissez un domaine pour Jitsi Meet" "fr": "Choisissez un domaine pour Jitsi Meet"
}, },
"example": "domain.org" "example": "domain.org"
} }
] ]
} }
} }