From 392a0ad23a0382d810627370a69566cc37d558a8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 3 May 2024 20:47:26 +0200 Subject: [PATCH] remove the empty string in the 'maintainers' key --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b7be281..a492584 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Outil de demande de médias sur Plex/Emby/Jellyfin" version = "4.43.5~ynh1" -maintainers = [""] +maintainers = [] [upstream] license = "GPL-2.0"