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

View File

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