Regenerate authors

This commit is contained in:
Florian Bruhin 2016-05-07 22:10:19 +02:00
parent bc8d19f003
commit ccd0d1621c
2 changed files with 2 additions and 1 deletions

View File

@ -153,6 +153,7 @@ Contributors, sorted by the number of commits in descending order:
* Ryan Roden-Corrent
* Patric Schmitz
* Claude
* Corentin Julé
* meles5
* Tarcisio Fedrizzi
* Artur Shaik
@ -198,7 +199,6 @@ Contributors, sorted by the number of commits in descending order:
* Jan Verbeek
* Fritz V155 Reichwald
* Franz Fellner
* Corentin Jule
* zwarag
* xd1le
* issue

View File

@ -400,6 +400,7 @@ def _get_authors():
'larryhynes': 'Larry Hynes',
'Daniel': 'Daniel Schadt',
'Alexey Glushko': 'haitaka',
'Corentin Jule': 'Corentin Julé',
}
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
authors = [corrections.get(author, author)