From 8a921614668dde13bbeab0ce34abbcf12d108fbc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 13 Oct 2019 17:23:14 +0200 Subject: [PATCH] Improve description, don't just say it's "$app for Yunohost" which is implicit.. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f3a090f..61b4988 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "redmine", "packaging_format": 1, "description": { - "en": "Redmine package for YunoHost.", - "fr": "Redmine pour YunoHost." + "en": "A flexible project management web application.", + "fr": "Un gestionnaire de projet flexible sous forme d'application web." }, "version": "4.0.2", "url": "https://www.redmine.org/",