doc: Merge "error800"/"Error 800" in author list.

This commit is contained in:
Florian Bruhin 2015-11-18 08:12:02 +01:00
parent dcfa73cf91
commit 3251bd8419
2 changed files with 2 additions and 2 deletions

View File

@ -158,13 +158,13 @@ Contributors, sorted by the number of commits in descending order:
* Jonas Schürmann
* Jimmy
* skinnay
* error800
* Zach-Button
* Halfwit
* Felix Van der Jeugt
* rikn00
* Patric Schmitz
* Martin Zimmermann
* Error 800
* Brian Jackson
* sbinix
* neeasade
@ -180,7 +180,6 @@ Contributors, sorted by the number of commits in descending order:
* Fritz V155 Reichwald
* Franz Fellner
* zwarag
* error800
* Tim Harder
* Thiago Barroso Perrotta
* Matthias Lisin

View File

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