From aa76270d71eb31a274d849c51d6aa1e479902db7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 17 Oct 2019 22:39:24 +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 a977e65..2c8394e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "streama", "packaging_format": 1, "description": { - "en": "StreamaServer package for YunoHost.", - "fr": "StreamaServer pour YunoHost." + "en": "A self hosted streaming media server", + "fr": "Un serveur de streaming auto-hébergé" }, "version": "1.6.7", "url": "https://streamaserver.org/",