aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-02-02 19:59:57 +0100
committerGitHub <noreply@github.com>2022-02-02 19:59:57 +0100
commit3d5fb582d48a1915c1f5b8699c04eab89beb2df7 (patch)
tree5f32d3a4220997b98954286855bed495699d3e28 /manifest.json
parent1739904d6799f9a10addc650ea316cf5d0cc00c9 (diff)
parentcb49937433256684d8593bc6e1d55aaa09e8cd2f (diff)
downloadmastodon_ynh-3d5fb582d48a1915c1f5b8699c04eab89beb2df7.tar.gz
mastodon_ynh-3d5fb582d48a1915c1f5b8699c04eab89beb2df7.tar.bz2
mastodon_ynh-3d5fb582d48a1915c1f5b8699c04eab89beb2df7.zip
Merge pull request #302 from YunoHost-Apps/testing
Update 3.4.5
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index 275296d..a8fa528 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Libre and federated social network",
"fr": "Réseau social libre et fédéré"
},
- "version": "3.4.4~ynh3",
+ "version": "3.4.5~ynh1",
"url": "https://github.com/mastodon/mastodon",
"upstream": {
"license": "AGPL-3.0-or-later",
@@ -37,7 +37,7 @@
"nginx"
],
"arguments": {
- "install" : [
+ "install": [
{
"name": "domain",
"type": "domain"
@@ -57,8 +57,11 @@
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
- },
- "choices": ["en_EN", "fr_FR"],
+ },
+ "choices": [
+ "en_EN",
+ "fr_FR"
+ ],
"default": "fr_FR"
}
]