Update authors
This commit is contained in:
parent
e192e2795d
commit
057e5c9807
@ -171,8 +171,8 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Thorsten Wißmann
|
* Thorsten Wißmann
|
||||||
* Austin Anderson
|
* Austin Anderson
|
||||||
* Jimmy
|
* Jimmy
|
||||||
* Niklas Haas
|
|
||||||
* Fritz Reichwald
|
* Fritz Reichwald
|
||||||
|
* Niklas Haas
|
||||||
* Maciej Wołczyk
|
* Maciej Wołczyk
|
||||||
* Spreadyy
|
* Spreadyy
|
||||||
* Alexey "Averrin" Nabrodov
|
* Alexey "Averrin" Nabrodov
|
||||||
@ -235,7 +235,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Marcelo Santos
|
* Marcelo Santos
|
||||||
* Joel Bradshaw
|
* Joel Bradshaw
|
||||||
* Jean-Louis Fuchs
|
* Jean-Louis Fuchs
|
||||||
* Fritz V155 Reichwald
|
|
||||||
* Franz Fellner
|
* Franz Fellner
|
||||||
* Eric Drechsel
|
* Eric Drechsel
|
||||||
* zwarag
|
* zwarag
|
||||||
|
@ -433,6 +433,7 @@ def _get_authors():
|
|||||||
'Corentin Jule': 'Corentin Julé',
|
'Corentin Jule': 'Corentin Julé',
|
||||||
'Claire C.C': 'Claire Cavanaugh',
|
'Claire C.C': 'Claire Cavanaugh',
|
||||||
'Rahid': 'Maciej Wołczyk',
|
'Rahid': 'Maciej Wołczyk',
|
||||||
|
'Fritz V155 Reichwald': 'Fritz Reichwald',
|
||||||
}
|
}
|
||||||
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
|
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
|
||||||
authors = [corrections.get(author, author)
|
authors = [corrections.get(author, author)
|
||||||
|
Loading…
Reference in New Issue
Block a user