Skip to content

Commit

Permalink
Add Jesse Lansdown as package author (#55)
Browse files Browse the repository at this point in the history
Also remove Christopher Russell from maintainer list (he still is on
the author list)
  • Loading branch information
fingolfin committed Mar 20, 2024
1 parent 28bbd63 commit bf09151
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,25 @@ Persons := [
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(

rec( # contributed groups of order 4096-8191
IsAuthor := true,
IsMaintainer := true,
FirstNames := "Jesse",
LastName := "Lansdown",
WWWHome := "https://www.jesselansdown.com",
Email := "jesse.lansdown@canterbury.ac.nz",
PostalAddress := Concatenation(
"Jesse Lansdown\n",
"School of Mathematics and Statistics\n",
"University of Canterbury\n",
"Christchurch 8140\n",
"New Zealand"),
Place := "Christchurch",
Institution := "University of Canterbury",
),

rec( # contributed groups of order <= 4095
LastName := "Roney-Dougal",
FirstNames := "Colva M.",
IsAuthor := true,
Expand All @@ -73,15 +91,16 @@ Persons := [
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(

rec( # contributed groups of order <= 4095
LastName := "Russell",
FirstNames := "Christopher",
IsAuthor := true,
IsMaintainer := true,
Email := "cr66@st-andrews.ac.uk",
IsMaintainer := false,
Email := "chriswgrussell@hotmail.co.uk",
Place := "St Andrews",
Institution := "University of St Andrews"
),
),
],

Status := "deposited",
Expand Down

0 comments on commit bf09151

Please sign in to comment.