Skip to content

Commit

Permalink
Add myself to maintainer list
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 24, 2014
1 parent 619ad99 commit 43bb42a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,23 @@ Persons := [
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(
LastName := "Horn",
FirstNames := "Max",
IsAuthor := false,
IsMaintainer := true,
Email := "max.horn@math.uni-giessen.de",
WWWHome := "http://www.quendi.de/math",
PostalAddress := Concatenation(
"AG Algebra\n",
"Mathematisches Institut\n",
"Justus-Liebig-Universität Gießen\n",
"Arndtstraße 2\n",
"35392 Gießen\n",
"Germany" ),
Place := "Gießen",
Institution := "Justus-Liebig-Universität Gießen"
),
],

## Status information. Currently the following cases are recognized:
Expand Down
14 changes: 14 additions & 0 deletions doc/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@ Scotland, UK<Br/>
<Email>colva@mcs.st-and.ac.uk</Email>
<Homepage>http://www-groups.mcs.st-and.ac.uk/~colva</Homepage>

</Author>
<Author>
Max Horn<Alt Only="LaTeX"><Br/></Alt>
<Address>
AG Algebra<Br/>
Mathematisches Institut<Br/>
Justus-Liebig-Universität Gießen<Br/>
Arndtstraße 2<Br/>
35392 Gießen<Br/>
Germany<Br/>
</Address>
<Email>max.horn@math.uni-giessen.de</Email>
<Homepage>http://www.quendi.de/math</Homepage>

</Author>
<Date>
04/04/2014
Expand Down

0 comments on commit 43bb42a

Please sign in to comment.