Skip to content

Commit

Permalink
Merge branch 'stable-3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Apr 28, 2020
2 parents d3fab81 + 4e54e09 commit 7b06993
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,16 @@ Persons := [
FirstNames := "Max",
IsAuthor := false,
IsMaintainer := false,
Email := "max.horn@uni-siegen.de",
Email := "horn@mathematik.uni-kl.de",
WWWHome := "https://www.quendi.de/math",
PostalAddress := Concatenation(
"Department Mathematik, Universität Siegen, ",
"Walter-Flex-Straße 3, 57072 Siegen, Germany"),
Place := "Siegen",
Institution := "Universität Siegen"),
"Fachbereich Mathematik, ",
"TU Kaiserslautern, ",
"Gottlieb-Daimler-Straße 48, ",
"67663 Kaiserslautern, ",
"Germany"),
Place := "Kaiserslautern, Germany",
Institution := "TU Kaiserslautern"),

rec(
LastName := "Jonusas",
Expand Down

0 comments on commit 7b06993

Please sign in to comment.