update scripts/generate-code-contributors.ts

pull/2924/head
Rigel Kent 2020-07-01 17:00:58 +02:00 committed by Rigel Kent
parent 6c808af9a2
commit bfbc596643
1 changed files with 5 additions and 4 deletions

View File

@ -31,10 +31,11 @@ async function run () {
console.log(' * [Olivier Massain](https://dribbble.com/omassain)')
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(' * `language` by Aaron Jin')
console.log(' * [Feather Icons](feathericons.com/) (MIT)')
console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous_services` by Material UI (Apache 2.0)')
console.log(' * `support` by Chocobozzz (CC-BY)')
console.log(' * `language` by Aaron Jin (CC-BY)')
console.log(' * `video-language` by Rigel Kent (CC-BY)')
}
}