aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-04-21 20:32:02 +0200
committerGitHub <noreply@github.com>2021-04-21 20:32:02 +0200
commit00d4516409fae2e6e3afec092e491bc8dba5fff4 (patch)
tree7b9c1e4e210ce073680ab449d080985600d77cd8 /manifest.json
parent2e9f19e75a4b047702fcab3c2b0325ee03e97045 (diff)
parent799587668ba8d57ab579092b76ce2e39c7373257 (diff)
downloadmastodon_ynh-00d4516409fae2e6e3afec092e491bc8dba5fff4.tar.gz
mastodon_ynh-00d4516409fae2e6e3afec092e491bc8dba5fff4.tar.bz2
mastodon_ynh-00d4516409fae2e6e3afec092e491bc8dba5fff4.zip
Merge pull request #264 from YunoHost-Apps/example
Apply example_ynh
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json20
1 files changed, 4 insertions, 16 deletions
diff --git a/manifest.json b/manifest.json
index 5b89865..d6aa9f1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -9,7 +9,10 @@
"version": "3.3.0~ynh2",
"url": "https://github.com/tootsuite/mastodon",
"license": "AGPL-3.0-or-later",
- "maintainer": [
+ "maintainer": {
+ "name": "yalh76"
+ },
+ "previous_maintainer": [
{
"name": "cyp",
"email": "cyp@rouquin.me"
@@ -17,9 +20,6 @@
{
"name": "nemsia",
"email": "nemsia@nemsia.org"
- },
- {
- "name": "yalh76"
}
],
"requirements": {
@@ -34,28 +34,16 @@
{
"name": "domain",
"type": "domain",
- "ask": {
- "en": "Choose a domain for Mastodon",
- "fr": "Choisissez un domaine pour Mastodon"
- },
"example": "example.com"
},
{
"name": "admin",
"type": "user",
- "ask": {
- "en": "Choose an admin user",
- "fr": "Choisissez l'administrateur"
- },
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
- "ask": {
- "en": "Is it a public application?",
- "fr": "Est-ce une application publique ?"
- },
"default": true
},
{