-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment the release date, and add Nick Ham to list of authors
- Loading branch information
1 parent
8ef7654
commit 768c92f
Showing
4 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ SetPackageInfo( rec( | |
PackageName := "Semigroups", | ||
Subtitle := "", | ||
Version := "2.8.0", | ||
Date := "25/05/2016", | ||
Date := "26/05/2016", | ||
ArchiveFormats := ".tar.gz", | ||
|
||
SourceRepository := rec( | ||
|
@@ -74,7 +74,7 @@ Persons := [ | |
|
||
rec( | ||
LastName := "Delgado", | ||
FirstNames := "Manuel", | ||
FirstNames := "M.", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
|
@@ -89,44 +89,45 @@ Persons := [ | |
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "http://www.uws.edu.au/staff_profiles/uws_profiles/doctor_james_east", | ||
WWWHome := "http://goo.gl/MuiJu5", | ||
Place := "Sydney", | ||
Institution := "University of Western Sydney" | ||
), | ||
|
||
rec( | ||
LastName := "Egri-Nagy", | ||
FirstNames := "Attila", | ||
FirstNames := "A.", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "http://www.egri-nagy.hu", | ||
PostalAddress := Concatenation( [ | ||
"University of Hertfordshire\n", | ||
"STRI\n", | ||
"College Lane\n", | ||
"AL10 9AB\n", | ||
"United Kingdom" ] ), | ||
Place := "Hatfield, Herts", | ||
Institution := "UH" | ||
Place := "Akita, Japan", | ||
Institution := "Akita International University" | ||
), | ||
rec( | ||
LastName := "Ham", | ||
FirstNames := "N.", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "https://n-ham.github.io", | ||
Place := "Hobart, Tasmania", | ||
Institution := "University of Tasmania" | ||
), | ||
rec( | ||
LastName := "Jonusas", | ||
FirstNames := "J.", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
PostalAddress := Concatenation( [ | ||
"Mathematical Institute,", | ||
" North Haugh,", " St Andrews,", " Fife,", " KY16 9SS,", | ||
" Scotland"] ), | ||
WWWHome := "http://www-circa.mcs.st-and.ac.uk/~julius/", | ||
Place := "St Andrews", | ||
Institution := "University of St Andrews" | ||
), | ||
|
||
rec( | ||
LastName := "Pfeiffer", | ||
FirstNames := "Markus", | ||
FirstNames := "M.", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
|
@@ -161,6 +162,7 @@ Persons := [ | |
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "http://www-circa.mcs.st-and.ac.uk/~mct25/", | ||
PostalAddress := Concatenation( [ | ||
"Mathematical Institute,", | ||
" North Haugh,", " St Andrews,", " Fife,", " KY16 9SS,", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters