From e074af75a52ff2e1fcf46d7f1c071677f85b0ae7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 1 May 2024 02:09:33 +0200 Subject: [PATCH] remove the empty string inside 'maintainers' --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8135a73..c5d338f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Serveur de streaming" version = "1.10.5~ynh2" -maintainers = [""] +maintainers = [] [upstream] license = "MIT"