From ccd0d1621c91c3624d74d1050aedb2b7544a3a7a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 7 May 2016 22:10:19 +0200 Subject: [PATCH] Regenerate authors --- README.asciidoc | 2 +- scripts/dev/src2asciidoc.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 796675674..329a3fa4f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -153,6 +153,7 @@ Contributors, sorted by the number of commits in descending order: * Ryan Roden-Corrent * Patric Schmitz * Claude +* Corentin Julé * meles5 * Tarcisio Fedrizzi * Artur Shaik @@ -198,7 +199,6 @@ Contributors, sorted by the number of commits in descending order: * Jan Verbeek * Fritz V155 Reichwald * Franz Fellner -* Corentin Jule * zwarag * xd1le * issue diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index 1630634a4..78a639f20 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -400,6 +400,7 @@ def _get_authors(): 'larryhynes': 'Larry Hynes', 'Daniel': 'Daniel Schadt', 'Alexey Glushko': 'haitaka', + 'Corentin Jule': 'Corentin Julé', } commits = subprocess.check_output(['git', 'log', '--format=%aN']) authors = [corrections.get(author, author)