Skip to content

Commit

Permalink
💅 Clean up authors and contributors list
Browse files Browse the repository at this point in the history
Add "Zubnix" to list of contributors and add
GitHub username properties to all authors and contributors.
  • Loading branch information
headcr4sh committed Oct 8, 2013
1 parent 6387214 commit 7655605
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
<email>[email protected]</email>
<url>http://profiles.google.com/headcr4sh</url>
<timezone>Europe/Berlin</timezone>
<properties/>
<properties>
<github.username>headcr4sh</github.username>
</properties>
<roles>
<role>Developer</role>
</roles>
Expand All @@ -71,11 +73,21 @@

<contributors>
<contributor>
<!--<id>andytill</id>-->
<name>Andy Till</name>
<email>[email protected]</email>
<url>http://andrewtill.blogspot.co.uk/</url>
<properties/>
<properties>
<github.username>andytill</github.username>
</properties>
<roles/>
</contributor>
<contributor>
<name>Erik De Rijcke</name>
<email>[email protected]</email>
<url/>
<properties>
<github.username>Zubnix</github.username>
</properties>
<roles/>
</contributor>
</contributors>
Expand Down

0 comments on commit 7655605

Please sign in to comment.