From 246db832e72e676cfb3f6e8ca88e9a56bd1f8240 Mon Sep 17 00:00:00 2001 From: Zach Newbery <47321182+ZachNewbery@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:56:47 +0100 Subject: [PATCH] Add maintainers to PackageInfo.g This commit adds Olexandr Konovalov and the GAP team as additional maintainers for the package. Signed-off-by: Zach Newbery <47321182+ZachNewbery@users.noreply.github.com> --- PackageInfo.g | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 25e0198..9cba774 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -21,9 +21,29 @@ Persons := [ WWWHome := "https://zachnewbery.com", Email := "me@zachnewbery.com", IsAuthor := true, - IsMaintainer := true, - Place := "St. Andrews", - Institution := "University of St. Andrews", + IsMaintainer := true + ), + rec( + LastName := "Konovalov", + FirstNames := "Olexandr", + IsAuthor := false, + IsMaintainer := true, + Email := "obk1@st-andrews.ac.uk", + WWWHome := "https://olexandr-konovalov.github.io/", + PostalAddress := Concatenation( [ + "School of Computer Science\n", + "University of St Andrews\n", + "Jack Cole Building, North Haugh,\n", + "St Andrews, Fife, KY16 9SX, Scotland" ] ), + Place := "St Andrews", + Institution := "University of St Andrews" + ), + rec( + LastName := "GAP Team", + FirstNames := "The", + IsAuthor := false, + IsMaintainer := true, + Email := "support@gap-system.org", ), ],