-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from fingolfin/mh/maintainer
Add myself as maintainer
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
), | ||
|
||
], | ||
|
||
|