diff options
| author | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:40:13 +0100 |
|---|---|---|
| committer | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:40:13 +0100 |
| commit | 881197fc583749e341311e28c024c50e21cb2031 (patch) | |
| tree | 4c0c5cf88c261db7b60c32033bdefe2df82e841d /manifest.json | |
| parent | df3848850ebfb1fabc58858e2559a841b40ac9e4 (diff) | |
| download | mastodon_ynh-881197fc583749e341311e28c024c50e21cb2031.tar.gz mastodon_ynh-881197fc583749e341311e28c024c50e21cb2031.tar.bz2 mastodon_ynh-881197fc583749e341311e28c024c50e21cb2031.zip | |
fix linter
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/manifest.json b/manifest.json index d5106e9..662f34a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "mastodon", "packaging_format": 1, "description": { - "en": "A libre and federated social network.", - "fr": "Un réseau social libre et fédéré." + "en": "Libre and federated social network.", + "fr": "Réseau social libre et fédéré." }, "version": "3.4.1~ynh4", "url": "https://github.com/tootsuite/mastodon", @@ -23,7 +23,7 @@ } ], "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ @@ -33,13 +33,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", |
