Regenerate authors

This commit is contained in:
Florian Bruhin 2017-05-03 18:36:32 +02:00
parent a77cb44723
commit 2a4af0666b
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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'])