1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Alphabetically sort contributors by first name, not last

This is done for consistency with Terry's patrons, which are sorted by
first name and not last.

Also some people go with their usernames and so don't have a last name
to speak of, which ended up being pretty weird.
This commit is contained in:
Misa 2021-08-24 09:37:36 -07:00
parent 89d1873a5a
commit b9c028fd9b
2 changed files with 40 additions and 40 deletions

View File

@ -4,32 +4,32 @@ Contributors
(Ordered alphabetically by last name.)
* AlexApps99 (@AlexApps99)
* AllyTally (@AllyTally)
* Christoph Böhmwalder (@chrboe)
* Charlie Bruce (@charliebruce)
* Brian Callahan (@ibara)
* Dav999 (@Dav999-v)
* Allison Fleischer (AllisonFleischer)
* Malte Grimm (@trelbutate)
* Misa Elizabeth Kai (@InfoTeddy)
* KyoZM (@lsaa)
* AllyTally (@AllyTally)
* Brian Callahan (@ibara)
* Charlie Bruce (@charliebruce)
* Christoph Böhmwalder (@chrboe)
* Daniel Lee (@ddm999)
* Fredrik Ljungdahl (@FredrIQ)
* Nichole Mattera (@NicholeMattera)
* Matt Penny (@mwpenny)
* MAO3J1m0Op (@MAO3J1m0Op)
* mothbeanie (@mothbeanie)
* Tynan Richards (@tzann)
* Reese Rivers (@ReeseTheRivers)
* Elliott Saltar (@eboyblue3)
* Marvin Scholz (@ePirat)
* Keith Stellyes (@keithstellyes)
* Dav999 (@Dav999-v)
* Elijah Stone (@moon-chilled)
* Thomas Sänger (@HorayNarea)
* Pierre-Alain TORET (@daftaupe)
* Jules de Sartiges (@strikersh)
* leo60228 (@leo60228)
* Elliott Saltar (@eboyblue3)
* Emmanuel Vadot (@evadot)
* Fredrik Ljungdahl (@FredrIQ)
* Jules de Sartiges (@strikersh)
* Keith Stellyes (@keithstellyes)
* KyoZM (@lsaa)
* leo60228 (@leo60228)
* MAO3J1m0Op (@MAO3J1m0Op)
* Malte Grimm (@trelbutate)
* Marvin Scholz (@ePirat)
* Matt Penny (@mwpenny)
* Misa Elizabeth Kai (@InfoTeddy)
* mothbeanie (@mothbeanie)
* Nichole Mattera (@NicholeMattera)
* Pierre-Alain TORET (@daftaupe)
* Reese Rivers (@ReeseTheRivers)
* Rémi Verschelde (@akien-mga)
* viri (viri.moe)
* Thomas Sänger (@HorayNarea)
* Tynan Richards (@tzann)
* Wouter (@Xesxen)
* viri (viri.moe)

View File

@ -89,32 +89,32 @@ static const char* githubfriends[] = {
"and",
"",
"AlexApps99",
"AllyTally",
"Christoph B{hmwalder",
"Charlie Bruce",
"Brian Callahan",
"Dav999",
"Allison Fleischer",
"Malte Grimm",
"AllyTally",
"Brian Callahan",
"Charlie Bruce",
"Christoph B{hmwalder",
"Daniel Lee",
"Dav999",
"Elijah Stone",
"Elliott Saltar",
"Emmanuel Vadot",
"Fredrik Ljungdahl",
"Keith Stellyes",
"leo60228",
"MAO3J1m0Op",
"Nichole Mattera",
"Malte Grimm",
"Marvin Scholz",
"Matt Penny",
"mothbeanie",
"Tynan Richards",
"Reese Rivers",
"Elliott Saltar",
"Marvin Scholz",
"Keith Stellyes",
"Elijah Stone",
"Thomas S|nger",
"Nichole Mattera",
"Pierre-Alain TORET",
"leo60228",
"Emmanuel Vadot",
"Reese Rivers",
"Remi Verschelde", // TODO: Change to "Rémi" if/when UTF-8 support is added
"viri",
"Thomas S|nger",
"Tynan Richards",
"Wouter",
"viri",
};
/* Calculate credits length, finally. */