From d46a69112ce1ac1aa07763b92df2f8e33588c297 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 1 May 2024 02:08:58 +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 141d482..d7da3a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Service de raccourcisseur d'URL" version = "1.9.2~ynh4" -maintainers = [""] +maintainers = [] [upstream] license = "MIT"