From 881197fc583749e341311e28c024c50e21cb2031 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 7 Dec 2021 22:40:13 +0100 Subject: fix linter --- manifest.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index d5106e9..662f34a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "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.1~ynh4", "url": "https://github.com/tootsuite/mastodon", @@ -23,7 +23,7 @@ } ], "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ @@ -33,13 +33,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", -- cgit v1.2.3-70-g09d2