Skip to content

Commit

Permalink
Merge pull request #45 from fingolfin/mh/maintainer
Browse files Browse the repository at this point in the history
Add myself as maintainer
  • Loading branch information
xpan-eileen authored Jun 6, 2023
2 parents 043d7a9 + 493442b commit 39e2c8d
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,30 @@ Persons := [
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "https://xpan-eileen.github.io/about/",
PostalAddress := Concatenation( [
PostalAddress := Concatenation(
"School of Mathematics",
"Monash University\n",
"VIC 3800\n Melbourne, Australia" ] ),
"VIC 3800\n",
"Melbourne, Australia" ),
Place := "Melbourne",
Institution := "Monash University"),
Institution := "Monash University",
),
rec(
FirstNames := "Max",
LastName := "Horn",
IsAuthor := false,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "https://www.quendi.de/math",
PostalAddress := Concatenation(
"Fachbereich Mathematik\n",
"RPTU Kaiserslautern-Landau\n",
"Gottlieb-Daimler-Straße 48\n",
"67663 Kaiserslautern\n",
"Germany" ),
Place := "Kaiserslautern, Germany",
Institution := "RPTU Kaiserslautern-Landau",
),

],

Expand Down

0 comments on commit 39e2c8d

Please sign in to comment.