aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-10 11:27:27 +0200
committeryalh76 <yalh@yahoo.com>2019-05-10 11:27:27 +0200
commit9ab2890b08ee837c5c30c18c84a099224a30c592 (patch)
tree51b614571f4e92a1dab3e87492e14585d2718b48
parent2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff)
downloadmastodon_ynh-9ab2890b08ee837c5c30c18c84a099224a30c592.tar.gz
mastodon_ynh-9ab2890b08ee837c5c30c18c84a099224a30c592.tar.bz2
mastodon_ynh-9ab2890b08ee837c5c30c18c84a099224a30c592.zip
Fix maintainers
-rw-r--r--manifest.json14
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"
},