diff options
| author | yalh76 <yalh@yahoo.com> | 2022-06-04 17:35:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-04 17:35:46 +0200 |
| commit | 124b0c903b16f8e29714859d39c2b0e0de5568b5 (patch) | |
| tree | 2e81fda9adc272bc98722b35092e8a748f2c96a1 /manifest.json | |
| parent | acdc124f76fb9724cb22acb18c45cf0c3c2e62b5 (diff) | |
| parent | 67b98816286a65bcdf7252b5590e9486a73655f5 (diff) | |
| download | mastodon_ynh-124b0c903b16f8e29714859d39c2b0e0de5568b5.tar.gz mastodon_ynh-124b0c903b16f8e29714859d39c2b0e0de5568b5.tar.bz2 mastodon_ynh-124b0c903b16f8e29714859d39c2b0e0de5568b5.zip | |
Merge pull request #331 from YunoHost-Apps/testing
Apply last example_ynh
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index 4d8f097..a7de603 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.5.3~ynh1", + "version": "3.5.3~ynh2", "url": "https://github.com/mastodon/mastodon", "upstream": { "license": "AGPL-3.0-or-later", @@ -43,10 +43,6 @@ "type": "domain" }, { - "name": "admin", - "type": "user" - }, - { "name": "is_public", "type": "boolean", "default": true @@ -63,6 +59,10 @@ "fr_FR" ], "default": "fr_FR" + }, + { + "name": "admin", + "type": "user" } ] } |
