From 6d230822e46152cd06e82490b74c24c27559ab6c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 13 Oct 2019 17:34:22 +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 887c8b8..546b7b2 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "codimd", "packaging_format": 1, "description": { - "en": "CodiMD package for YunoHost.", - "fr": "CodiMD pour YunoHost." + "en": "Platform for realtime collaborative work on markdown documents", + "fr": "Travaillez collaborativement et en temps réel sur des documents markdown" }, "version": "1.2.1", "url": "https://github.com/hackmdio/codimd/",