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
|
* Jimmy
|
||||||
* skinnay
|
* skinnay
|
||||||
* Zach-Button
|
* Zach-Button
|
||||||
|
* Halfwit
|
||||||
* Felix Van der Jeugt
|
* Felix Van der Jeugt
|
||||||
* rikn00
|
* rikn00
|
||||||
* Patric Schmitz
|
* Patric Schmitz
|
||||||
|
@ -389,6 +389,7 @@ def _get_authors():
|
|||||||
'binix': 'sbinix',
|
'binix': 'sbinix',
|
||||||
'Averrin': 'Alexey "Averrin" Nabrodov',
|
'Averrin': 'Alexey "Averrin" Nabrodov',
|
||||||
'Alexey Nabrodov': 'Alexey "Averrin" Nabrodov',
|
'Alexey Nabrodov': 'Alexey "Averrin" Nabrodov',
|
||||||
|
'Michael': 'Halfwit',
|
||||||
}
|
}
|
||||||
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