aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-02-01 20:20:48 +0100
committerGitHub <noreply@github.com>2022-02-01 20:20:48 +0100
commit76911fd73ffb4c815b4cdb5c060f9d71d309ce23 (patch)
treeac57a4e08b16dbf53097afbfbe6b127189c5b4b6 /manifest.json
parentb2e89a55dfa2102faf300d95d615f9f3ac1aac5b (diff)
parent5692ade4dc3df4ed4f407f99b58231e302166f5c (diff)
downloadmastodon_ynh-76911fd73ffb4c815b4cdb5c060f9d71d309ce23.tar.gz
mastodon_ynh-76911fd73ffb4c815b4cdb5c060f9d71d309ce23.tar.bz2
mastodon_ynh-76911fd73ffb4c815b4cdb5c060f9d71d309ce23.zip
Merge pull request #301 from Tagadda/update-3.4.5
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"
}
]