Update authors

This commit is contained in:
Florian Bruhin 2016-12-28 23:33:52 +01:00
parent e192e2795d
commit 057e5c9807
2 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ Contributors, sorted by the number of commits in descending order:
* Thorsten Wißmann
* Austin Anderson
* Jimmy
* Niklas Haas
* Fritz Reichwald
* Niklas Haas
* Maciej Wołczyk
* Spreadyy
* Alexey "Averrin" Nabrodov
@ -235,7 +235,6 @@ Contributors, sorted by the number of commits in descending order:
* Marcelo Santos
* Joel Bradshaw
* Jean-Louis Fuchs
* Fritz V155 Reichwald
* Franz Fellner
* Eric Drechsel
* zwarag

View File

@ -433,6 +433,7 @@ def _get_authors():
'Corentin Jule': 'Corentin Julé',
'Claire C.C': 'Claire Cavanaugh',
'Rahid': 'Maciej Wołczyk',
'Fritz V155 Reichwald': 'Fritz Reichwald',
}
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
authors = [corrections.get(author, author)