diff --git a/README.asciidoc b/README.asciidoc index 604a1a447..0560250b7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -171,8 +171,8 @@ Contributors, sorted by the number of commits in descending order: * Thorsten Wißmann * Austin Anderson * Jimmy -* Niklas Haas * Fritz Reichwald +* Niklas Haas * Maciej Wołczyk * Spreadyy * Alexey "Averrin" Nabrodov @@ -235,7 +235,6 @@ Contributors, sorted by the number of commits in descending order: * Marcelo Santos * Joel Bradshaw * Jean-Louis Fuchs -* Fritz V155 Reichwald * Franz Fellner * Eric Drechsel * zwarag diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index 2628ba282..c7b620488 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -433,6 +433,7 @@ def _get_authors(): 'Corentin Jule': 'Corentin Julé', 'Claire C.C': 'Claire Cavanaugh', 'Rahid': 'Maciej Wołczyk', + 'Fritz V155 Reichwald': 'Fritz Reichwald', } commits = subprocess.check_output(['git', 'log', '--format=%aN']) authors = [corrections.get(author, author)