Regenerate authors

This commit is contained in:
Florian Bruhin 2016-08-01 10:34:58 +02:00
parent 0865527631
commit 858fb77e19
2 changed files with 2 additions and 1 deletions

View File

@ -183,6 +183,7 @@ Contributors, sorted by the number of commits in descending order:
* Ismail S
* Halfwit
* David Vogt
* Claire Cavanaugh
* rikn00
* kanikaa1234
* haitaka
@ -207,7 +208,6 @@ Contributors, sorted by the number of commits in descending order:
* Ismail
* Edgar Hipp
* Daryl Finlay
* Claire Cavanaugh
* adam
* Samir Benmendil
* Regina Hug

View File

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