From acd18af0388c2933af80ffac2e708e814cb5bddb Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 17 Sep 2023 18:46:28 +0200 Subject: [PATCH] Enhance description in manifest --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 599b3db..c252797 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,8 +4,8 @@ packaging_format = 2 id = "koel" name = "Koel" -description.en = "A simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. Targeting web developers, Koel embraces some of the more modern web technologies to do its job." -description.fr = "Un simple service web de streaming audio personnel, écrit en Vue pour le client et en Laravel pour le serveur. Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail." +description.en = "A simple web-based personal audio streaming service." +description.fr = "Un simple service web de streaming audio personnel." version = "6.11.2~ynh1"