X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fgenerate-code-contributors.ts;h=70b33c0d31f24a59b0c52eb617ec6bafe3798f73;hb=f307255e694d290c346749bff68545d5dfc581cf;hp=935ed3c5a5910bdb22ab6bc952919bc8e1bd147e;hpb=421ff4618da64f0849353383f690a014024c40da;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 935ed3c5a..70b33c0d3 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts @@ -31,7 +31,7 @@ async function run () { console.log('\n\n# Icons\n') console.log(' * [Feather Icons](https://feathericons.com) (MIT)') - console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg` by Material UI (Apache 2.0)') + console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg`, `tip` 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)') @@ -193,6 +193,9 @@ function getContributorsBlacklist () { return { 'Bigard Florian': true, 'chocobozzz': true, - 'Rigel': true + 'Rigel': true, + + // Requested by the contributor + 'Marcel Cramm': true } }