From ce970626e5d40ba4fe6b72c7df1dbc7ba089a222 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 24 Sep 2018 18:53:18 +0200 Subject: [PATCH] [enh] Better description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was browsing the apps list and came across Cheky's "non-description". 😄 I suggest something like this instead, for potential new users to know what the app is about. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6a42ac3..3abf1ea 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "cheky", "packaging_format": 1, "description": { - "en": "Cheky package for YunoHost.", - "fr": "Application Cheky pour YunoHost." + "en": "Cheky monitors French classifieds websites LeBonCoin and SeLoger.", + "fr": "Cheky surveille pour vous LeBonCoin et SeLoger." }, "version": "4.3.3~ynh2", "url": "https://www.cheky.net",