diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-24 13:56:04 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-24 13:56:04 +0100 |
commit | e3234c3b4cf0c004943a6c73542570f7ecb9e460 (patch) | |
tree | 90c6dc1b0d8c281360a23c03c71c11a9d7bd9b4f /scripts | |
parent | e84203f2955006d9134c5596f1c8dbd65c20069c (diff) | |
download | PeerTube-e3234c3b4cf0c004943a6c73542570f7ecb9e460.tar.gz PeerTube-e3234c3b4cf0c004943a6c73542570f7ecb9e460.tar.zst PeerTube-e3234c3b4cf0c004943a6c73542570f7ecb9e460.zip |
Fix credit script link
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 e4fb4fd91..54e5f421b 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -30,7 +30,7 @@ async function run () { | |||
30 | console.log(' * [Marie-Cécile Godwin Paccard](https://mcgodwin.com/)') | 30 | console.log(' * [Marie-Cécile Godwin Paccard](https://mcgodwin.com/)') |
31 | 31 | ||
32 | console.log('\n\n# Icons\n') | 32 | console.log('\n\n# Icons\n') |
33 | console.log(' * [Feather Icons](feathericons.com/) (MIT)') | 33 | console.log(' * [Feather Icons](https://feathericons.com) (MIT)') |
34 | console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg` by Material UI (Apache 2.0)') | 34 | console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg` by Material UI (Apache 2.0)') |
35 | console.log(' * `support` by Chocobozzz (CC-BY)') | 35 | console.log(' * `support` by Chocobozzz (CC-BY)') |
36 | console.log(' * `language` by Aaron Jin (CC-BY)') | 36 | console.log(' * `language` by Aaron Jin (CC-BY)') |