From 2a4af0666bad617707a63c4b22678bf08362bb82 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 3 May 2017 18:36:32 +0200 Subject: [PATCH] Regenerate authors --- README.asciidoc | 3 ++- scripts/dev/src2asciidoc.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 7aa1afa66..b3457876b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -183,7 +183,7 @@ Contributors, sorted by the number of commits in descending order: * Jimmy * Niklas Haas * Maciej Wołczyk -* Spreadyy +* sandrosc * Alexey "Averrin" Nabrodov * pkill9 * nanjekyejoannah @@ -273,6 +273,7 @@ Contributors, sorted by the number of commits in descending order: * Tobias Werth * Tim Harder * Thiago Barroso Perrotta +* Steve Peak * Sorokin Alexei * Simon Désaulniers * Rok Mandeljc diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index a8f019d9d..1b99022a7 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -437,6 +437,7 @@ def _get_authors(): 'Claire C.C': 'Claire Cavanaugh', 'Rahid': 'Maciej Wołczyk', 'Fritz V155 Reichwald': 'Fritz Reichwald', + 'Spreadyy': 'sandrosc', } ignored = ['pyup-bot'] commits = subprocess.check_output(['git', 'log', '--format=%aN'])