From 7fae22b209c8007d74c7897663fba1dc83256d33 Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Sun, 25 Sep 2022 19:17:09 +0100
Subject: [PATCH] CHange from developers to developer

---
 src/main.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/main.c b/src/main.c
index 12d1fc8..0e9f56a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -28,15 +28,12 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple,
     GtkApplication *app = GTK_APPLICATION (user_data);
     GtkWindow *window = gtk_application_get_active_window (app);
 
-    const char *authors[] = { "Bruce Cowan", NULL };
-
-
     adw_show_about_window (window,
                            "application-icon", "face-wink",
                            "application-name", "Rugby",
                            "copyright", "Copyright 2012–2022 Bruce Cowan",
                            "license-type", GTK_LICENSE_GPL_3_0,
-                           "developers", authors,
+                           "developer-name", "Bruce Cowan",
                            "comments", "Rugby scores possibilities program",
                            "version", VERSION,
                            NULL);
-- 
GitLab