From 9f231e1e9b3fe82826ac8b10a8478a97f0ba8e60 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 1 May 2024 02:10:22 +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 66bec71..1e75f87 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Système de gestion de contenu (CMS) français et libre" version = "6.0.2~ynh1" -maintainers = [""] +maintainers = [] [upstream] license = "GPL-3.0-only"