From 7c7c872be238aa61276ac9bd022a143d87fee1ad Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 27 Aug 2020 11:08:47 +0200 Subject: [PATCH] [enh] improve description Make the description a bit more descriptive about what Jellyfin is. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d48a0b5..d2bff3d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "jellyfin", "packaging_format": 1, "description": { - "en": "Jellyfin package for YunoHost.", - "fr": "Jellyfin pour YunoHost." + "en": "The free software media system that puts you in control of managing and streaming your media.", + "fr": "Le système multimédia libre qui vous donne le contrôle pour gérer et diffuser vos médias." }, "version": "10.6.3", "url": "https://github.com/jellyfin/jellyfin",