diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-12 20:32:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-12 20:32:49 +0200 |
| commit | f6bf3f01c9bbe6862cb8360e05245672e33963e5 (patch) | |
| tree | 0cf3ea06df3f1b5f6206d51518f805a481417117 /manifest.json | |
| parent | 0e6fcf1700e12399fea0bf3ba0c91a71f0bec9cc (diff) | |
| parent | c857d70f73587852cacc608a4e140b5b6b2b9e87 (diff) | |
| download | mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.tar.gz mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.tar.bz2 mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.zip | |
Merge pull request #140 from YunoHost-Apps/example_ynh
Example ynh
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index 693d840..2ba4b98 100644 --- a/manifest.json +++ b/manifest.json @@ -9,12 +9,18 @@ "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": [ |
