From 68b547434954b046fc0809403641a87d3e9f5356 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 13 Oct 2019 17:25:11 +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 007954d..bcebd3e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "mantis", "packaging_format": 1, "description": { - "en": "Mantis package for YunoHost.", - "fr": "Mantis pour YunoHost." + "en": "An issue tracker that provides a balance between simplicity and power", + "fr": "Un gestionnaire de ticket avec un équilibre entre simplicité et puissance" }, "version": "2.19.0", "url": "https://www.mantisbt.org/",