diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-10 11:27:27 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-05-10 11:27:27 +0200 |
| commit | 9ab2890b08ee837c5c30c18c84a099224a30c592 (patch) | |
| tree | 51b614571f4e92a1dab3e87492e14585d2718b48 | |
| parent | 2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff) | |
| download | mastodon_ynh-9ab2890b08ee837c5c30c18c84a099224a30c592.tar.gz mastodon_ynh-9ab2890b08ee837c5c30c18c84a099224a30c592.tar.bz2 mastodon_ynh-9ab2890b08ee837c5c30c18c84a099224a30c592.zip | |
Fix maintainers
| -rw-r--r-- | manifest.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index fd70341..03e7874 100644 --- a/manifest.json +++ b/manifest.json @@ -9,10 +9,16 @@ "version": "2.7.4~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" }, |
