File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SetPackageInfo( rec(
1212PackageName := " datastructures" ,
1313Subtitle := " Collection of standard data structures for GAP" ,
1414Version := " 0.1" ,
15- Date := " 31/8 /2017" ,
15+ Date := " 13/11 /2017" ,
1616
1717Persons := [
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
6985Status := " dev" ,
You can’t perform that action at this time.
0 commit comments