diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/manifest.json b/manifest.json index d5106e9..80fb313 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,18 @@ "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.4~ynh1", + "url": "https://github.com/mastodon/mastodon", + "upstream": { + "license": "AGPL-3.0-or-later", + "website": "https://joinmastodon.org/", + "demo": "https://joinmastodon.org/", + "admindoc": "https://docs.joinmastodon.org/", + "code": "https://github.com/mastodon/mastodon" }, - "version": "3.4.1~ynh4", - "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { "name": "yalh76" @@ -23,7 +30,7 @@ } ], "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ @@ -33,13 +40,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", |
