diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-01 17:00:58 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-01 17:03:48 +0200 |
commit | bfbc596643a010b6c96d459dbb8ae954f814847b (patch) | |
tree | 0691ab90e81292d020cd99d2e368572650d6d338 /scripts/generate-code-contributors.ts | |
parent | 6c808af9a28b8c35191009bbce8052a967363dd1 (diff) | |
download | PeerTube-bfbc596643a010b6c96d459dbb8ae954f814847b.tar.gz PeerTube-bfbc596643a010b6c96d459dbb8ae954f814847b.tar.zst PeerTube-bfbc596643a010b6c96d459dbb8ae954f814847b.zip |
update scripts/generate-code-contributors.ts
Diffstat (limited to 'scripts/generate-code-contributors.ts')
-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 | ||