diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-22 17:17:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-22 17:17:00 +0200 |
| commit | 0c16a9585b813cbea4c74c9a77be9035533423f7 (patch) | |
| tree | 6d110997f1fde72dbe423da6f2a9abbabd1c4730 /manifest.json | |
| parent | 2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff) | |
| parent | 5068fc86f1871c7c702d6dde81e156d7b428725a (diff) | |
| download | mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.tar.gz mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.tar.bz2 mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.zip | |
Merge pull request #142 from YunoHost-Apps/testing
Upgrade
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json index fd70341..2ba4b98 100644 --- a/manifest.json +++ b/manifest.json @@ -6,15 +6,21 @@ "en": "Mastodon is a free, open-source social network.", "fr": "Mastodon est un réseau social gratuit et open source." }, - "version": "2.7.4~ynh1", + "version": "2.8.2~ynh1", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", - "maintainer": { - "name": "cyp, nemsia", - "email": "cyp@rouquin.me, nemsia@nemsia.org" - }, + "maintainer": [ + { + "name": "cyp", + "email": "cyp@rouquin.me" + }, + { + "name": "nemsia", + "email": "nemsia@nemsia.org" + } + ], "requirements": { - "yunohost": ">= 3.4" + "yunohost": ">= 3.5" }, "multi_instance": true, "services": [ |
