Skip to content

Commit 5552ef1

Browse files
committed
Add Steve Linton as Author, insert release date
1 parent fa60f6e commit 5552ef1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

PackageInfo.g

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SetPackageInfo( rec(
1212
PackageName := "datastructures",
1313
Subtitle := "Collection of standard data structures for GAP",
1414
Version := "0.1",
15-
Date := "31/8/2017",
15+
Date := "13/11/2017",
1616

1717
Persons := [
1818
rec(
@@ -64,6 +64,22 @@ Persons := [
6464
Place := "St Andrews",
6565
Institution := "University of St Andrews"
6666
),
67+
rec(
68+
LastName := "Linton",
69+
FirstNames := "Steve",
70+
IsAuthor := true,
71+
IsMaintainer := true,
72+
WWWHome := "http://sl4.host.cs.st-andrews.ac.uk/",
73+
Email := "steve.linton@st-andrews.ac.uk",
74+
PostalAddress := Concatenation(
75+
"School of Computer Science\n",
76+
"University of St Andrews\n",
77+
"Jack Cole Building, North Haugh\n",
78+
"St Andrews, Fife, KY16 9SX\n",
79+
"United Kingdom" ),
80+
Place := "St Andrews",
81+
Institution := "University of St Andrews"
82+
),
6783
],
6884

6985
Status := "dev",

0 commit comments

Comments
 (0)