1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48: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.) (Ordered alphabetically by last name.)
* AlexApps99 (@AlexApps99) * AlexApps99 (@AlexApps99)
* AllyTally (@AllyTally)
* Christoph Böhmwalder (@chrboe)
* Charlie Bruce (@charliebruce)
* Brian Callahan (@ibara)
* Dav999 (@Dav999-v)
* Allison Fleischer (AllisonFleischer) * Allison Fleischer (AllisonFleischer)
* Malte Grimm (@trelbutate) * AllyTally (@AllyTally)
* Misa Elizabeth Kai (@InfoTeddy) * Brian Callahan (@ibara)
* KyoZM (@lsaa) * Charlie Bruce (@charliebruce)
* Christoph Böhmwalder (@chrboe)
* Daniel Lee (@ddm999) * Daniel Lee (@ddm999)
* Fredrik Ljungdahl (@FredrIQ) * Dav999 (@Dav999-v)
* 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)
* Elijah Stone (@moon-chilled) * Elijah Stone (@moon-chilled)
* Thomas Sänger (@HorayNarea) * Elliott Saltar (@eboyblue3)
* Pierre-Alain TORET (@daftaupe)
* Jules de Sartiges (@strikersh)
* leo60228 (@leo60228)
* Emmanuel Vadot (@evadot) * 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) * Rémi Verschelde (@akien-mga)
* viri (viri.moe) * Thomas Sänger (@HorayNarea)
* Tynan Richards (@tzann)
* Wouter (@Xesxen) * Wouter (@Xesxen)
* viri (viri.moe)

View File

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