From 811be02587fb736ff1379ea7e4c9140104b26fca Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:42:17 +0200 Subject: [PATCH] Update manifest.toml: please no empty string as maintainers T_T --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c3f6455..dcd31d3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Platforme de Microblogging" version = "12.119.2~ynh1" -maintainers = [""] +maintainers = [] [upstream] license = "AGPL-3.0"