From f3c70222d03df0c3825ccb2a76d8e1c688a8ae6e Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 26 Jan 2023 01:09:38 +0100 Subject: [PATCH] Maj auteurs --- src/ui/actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/actions.c b/src/ui/actions.c index 12dd80d..092101f 100644 --- a/src/ui/actions.c +++ b/src/ui/actions.c @@ -33,6 +33,7 @@ void on_about_action(GSimpleAction *action, { static const char *authors[] = { "Adrien Bourmault (neox@a-lec.org)", "Jean Sirmai (jean@a-lec.org)", + "Arthur Menges (arthur.menges@a-lec.org)", NULL}; GemGraphClientApplication *self = user_data; GtkWindow *window = NULL;