Regenerate authors.
This commit is contained in:
parent
e010602791
commit
4b531d142b
@ -157,6 +157,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Jimmy
|
||||
* skinnay
|
||||
* Zach-Button
|
||||
* Halfwit
|
||||
* Felix Van der Jeugt
|
||||
* rikn00
|
||||
* Patric Schmitz
|
||||
|
@ -389,6 +389,7 @@ def _get_authors():
|
||||
'binix': 'sbinix',
|
||||
'Averrin': 'Alexey "Averrin" Nabrodov',
|
||||
'Alexey Nabrodov': 'Alexey "Averrin" Nabrodov',
|
||||
'Michael': 'Halfwit',
|
||||
}
|
||||
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
|
||||
authors = [corrections.get(author, author)
|
||||
|
Loading…
Reference in New Issue
Block a user