From b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 Feb 2020 14:01:13 +0100 Subject: [PATCH] Update credits --- CREDITS.md | 11 +++++++++-- scripts/generate-code-contributors.ts | 3 ++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 3e69299e9..1d1f12cb2 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -12,8 +12,8 @@ * Francesc * Frank Sträter * Phongpanot - * buoyantair * John Livingston + * buoyantair * Attila F * Benjamin Bouvier * Jan Keromnes @@ -35,6 +35,7 @@ * William Lahti * Wirebrass * Angristan + * DontUseGithub * GunChleoc * Marcin Mikołajczak * Okhin @@ -45,7 +46,6 @@ * Andréas Livet * Andrés Maldonado * Aurélien Bertron - * DontUseGithub * Hans Meiser * Jefferson Hernandez * Kemal Oktay Aktoğan @@ -60,6 +60,7 @@ * jonathanraes * Andrew Morgan * Aurélien Béranger + * Average Dude * Axel Viala * ButterflyOfFire * Ch @@ -74,10 +75,12 @@ * Joan Montané * Jocelyn Jaubert * Julien Lemaire + * Kim * Lucas Teixeira * Lukas Winkler * Manuel Viens * Millicent Billette + * Moritz Warning * NorbiPeti * Pierre Jaury * Quentin @@ -89,6 +92,7 @@ * les * taziden * victor héry + * 3risian * Acid Chicken (硫酸鶏) * Adam Gauthier * Adam Magnier @@ -119,12 +123,14 @@ * Glandos * Haelwenn (lanodan) Monnier * HesioZ + * ICabaleiro * Jacen * Jacob * Jacques Foucry * Jagannath Bhat * Jarosław Maciejewski * Jessica Fairchild + * Jorge Silva * Julien Le Bras * Knackie * Kody @@ -163,6 +169,7 @@ * Quentí * ROPEDE * Raphael + * Raphaël Droz * Rech * Robin * Sankar diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 7a43ba448..7bc3b84dd 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts @@ -33,7 +33,8 @@ async function run () { console.log('\n\n# Icons\n') console.log(' * [Robbie Pearce](https://robbiepearce.com/softies/)') console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') - console.log(' * playlist add by Material UI') + console.log(' * `playlist add` by Material UI') + console.log(' * `language` by Aaron Jin') } }