Regenerate authors.

This commit is contained in:
Florian Bruhin 2015-11-17 19:30:51 +01:00
parent e010602791
commit 4b531d142b
2 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@ Contributors, sorted by the number of commits in descending order:
* Jimmy
* skinnay
* Zach-Button
* Halfwit
* Felix Van der Jeugt
* rikn00
* Patric Schmitz

View File

@ -389,6 +389,7 @@ def _get_authors():
'binix': 'sbinix',
'Averrin': 'Alexey "Averrin" Nabrodov',
'Alexey Nabrodov': 'Alexey "Averrin" Nabrodov',
'Michael': 'Halfwit',
}
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
authors = [corrections.get(author, author)