aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-04-23 13:05:33 +0200
committerGitHub <noreply@github.com>2021-04-23 13:05:33 +0200
commit27e1471e45b09cbe188eab46ecbff2079a6ba4a0 (patch)
treeabd1fafb44d4830bb7e75da7f8a3e0fa3e19401f /manifest.json
parenta7eb98db3fac0697b923072dcd78c1ca04bf0a12 (diff)
parente2a23d46f649505a9ece78e1b3e4f0fd73196539 (diff)
downloadmastodon_ynh-27e1471e45b09cbe188eab46ecbff2079a6ba4a0.tar.gz
mastodon_ynh-27e1471e45b09cbe188eab46ecbff2079a6ba4a0.tar.bz2
mastodon_ynh-27e1471e45b09cbe188eab46ecbff2079a6ba4a0.zip
Merge pull request #263 from YunoHost-Apps/testing
ynh_install_ruby__2
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json22
1 files changed, 5 insertions, 17 deletions
diff --git a/manifest.json b/manifest.json
index 2d38584..d6aa9f1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,10 +6,13 @@
"en": "A libre and federated social network.",
"fr": "Un réseau social libre et fédéré."
},
- "version": "3.3.0~ynh1",
+ "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
},
{