Skip to content

Commit 602b4b3

Browse files
committed
Add the GAP team as maintainer
1 parent 589d09d commit 602b4b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

PackageInfo.g

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ Persons := [
4141
WWWHome := "http://www.science.unitn.it/~degraaf",
4242
Place := "Trento",
4343
Institution := "Dipartimento di Matematica"
44-
)
44+
),
45+
rec(
46+
LastName := "GAP Team",
47+
FirstNames := "The",
48+
IsAuthor := false,
49+
IsMaintainer := true,
50+
Email := "support@gap-system.org",
51+
),
4552
],
4653
Status := "accepted",
4754
CommunicatedBy := "Max Neunhoeffer (Cologne)",

0 commit comments

Comments
 (0)