diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-07 14:55:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-07 14:55:55 +0200 |
commit | 241c1a558cb7efb84ed4f9c933954a6fb6c837ca (patch) | |
tree | 8bf272d534c110cd7eb0d4ef4c664b1b16a20a5f /scripts | |
parent | b96777c380638030523bba204c4c542c892a9f54 (diff) | |
download | PeerTube-241c1a558cb7efb84ed4f9c933954a6fb6c837ca.tar.gz PeerTube-241c1a558cb7efb84ed4f9c933954a6fb6c837ca.tar.zst PeerTube-241c1a558cb7efb84ed4f9c933954a6fb6c837ca.zip |
Fix icon names
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 2f76d78c2..582f91df0 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -28,7 +28,7 @@ async function run () { | |||
28 | 28 | ||
29 | console.log('\n\n# Icons\n') | 29 | console.log('\n\n# Icons\n') |
30 | console.log(' * [Feather Icons](feathericons.com/) (MIT)') | 30 | console.log(' * [Feather Icons](feathericons.com/) (MIT)') |
31 | console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous_services` by Material UI (Apache 2.0)') | 31 | console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg` by Material UI (Apache 2.0)') |
32 | console.log(' * `support` by Chocobozzz (CC-BY)') | 32 | console.log(' * `support` by Chocobozzz (CC-BY)') |
33 | console.log(' * `language` by Aaron Jin (CC-BY)') | 33 | console.log(' * `language` by Aaron Jin (CC-BY)') |
34 | console.log(' * `video-language` by Rigel Kent (CC-BY)') | 34 | console.log(' * `video-language` by Rigel Kent (CC-BY)') |