diff --git a/README.asciidoc b/README.asciidoc index 0455dff4b..042e59270 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index 57257ed57..54ae4e0cf 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -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)