diff options
| author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2022-01-06 15:53:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 15:53:14 +0100 |
| commit | 79914a6f08ad0b16774785f3d491f9567bc1de2d (patch) | |
| tree | 3ccb0febe099bd46d73e4a4bbd032327c9f33cd3 /manifest.json | |
| parent | df3848850ebfb1fabc58858e2559a841b40ac9e4 (diff) | |
| parent | dac17de1453a284095fa5a5e2412b553f28a83af (diff) | |
| download | mastodon_ynh-79914a6f08ad0b16774785f3d491f9567bc1de2d.tar.gz mastodon_ynh-79914a6f08ad0b16774785f3d491f9567bc1de2d.tar.bz2 mastodon_ynh-79914a6f08ad0b16774785f3d491f9567bc1de2d.zip | |
Merge pull request #289 from Tagadda/fix-install
Upgrade to 3.4.4
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", |
