From 4f0480860090832acca5480ae3a3764490d8062e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 1 May 2024 02:10:55 +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 e73a7a8..fc51482 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Gestionnaire de projet flexible sous forme d'application web" version = "5.1.2~ynh1" -maintainers = [""] +maintainers = [] [upstream] license = "GPL-2.0"