diff --git a/README.asciidoc b/README.asciidoc index dddd3d8eb..3a8000c7c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index 6316e0517..d8e36303b 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -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)