diff options
| author | yalh76 <yalh@yahoo.com> | 2022-01-07 19:41:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-07 19:41:59 +0100 |
| commit | fa8a9d4eed460fa73926e7874313091dffb7b9fc (patch) | |
| tree | 155293eb2bf6b881ab4bae9490440bd2125cdfec /manifest.json | |
| parent | adec07db890dec787416e1b7c4493d24391d3500 (diff) | |
| parent | 1476f17251ea0b339390cfa5210e258342ea5a4a (diff) | |
| download | mastodon_ynh-fa8a9d4eed460fa73926e7874313091dffb7b9fc.tar.gz mastodon_ynh-fa8a9d4eed460fa73926e7874313091dffb7b9fc.tar.bz2 mastodon_ynh-fa8a9d4eed460fa73926e7874313091dffb7b9fc.zip | |
Merge pull request #290 from YunoHost-Apps/testing
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", |
