diff options
-rwxr-xr-x | scripts/generate-code-contributors.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 7bc3b84dd..c68e23bf9 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -31,10 +31,11 @@ async function run () { | |||
31 | console.log(' * [Olivier Massain](https://dribbble.com/omassain)') | 31 | console.log(' * [Olivier Massain](https://dribbble.com/omassain)') |
32 | 32 | ||
33 | console.log('\n\n# Icons\n') | 33 | console.log('\n\n# Icons\n') |
34 | console.log(' * [Robbie Pearce](https://robbiepearce.com/softies/)') | 34 | console.log(' * [Feather Icons](feathericons.com/) (MIT)') |
35 | console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') | 35 | console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous_services` by Material UI (Apache 2.0)') |
36 | console.log(' * `playlist add` by Material UI') | 36 | console.log(' * `support` by Chocobozzz (CC-BY)') |
37 | console.log(' * `language` by Aaron Jin') | 37 | console.log(' * `language` by Aaron Jin (CC-BY)') |
38 | console.log(' * `video-language` by Rigel Kent (CC-BY)') | ||
38 | } | 39 | } |
39 | } | 40 | } |
40 | 41 | ||