diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-28 14:01:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-28 14:01:13 +0100 |
commit | b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7 (patch) | |
tree | c22a570128096fc3a7ea5724019b6d0b6758eee5 /scripts | |
parent | 8ada87ac50fc2ba0e07597f9211da8cf4b82a8d0 (diff) | |
download | PeerTube-b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7.tar.gz PeerTube-b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7.tar.zst PeerTube-b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7.zip |
Update credits
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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 () { | |||
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(' * [Robbie Pearce](https://robbiepearce.com/softies/)') |
35 | console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') | 35 | console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') |
36 | console.log(' * playlist add by Material UI') | 36 | console.log(' * `playlist add` by Material UI') |
37 | console.log(' * `language` by Aaron Jin') | ||
37 | } | 38 | } |
38 | } | 39 | } |
39 | 40 | ||