diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-12 11:28:04 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-12 11:28:04 +0100 |
commit | 8f2608e9a9d54c87ace636f99cdb9d2a7730990f (patch) | |
tree | 6f86d67342325c346d4be74b03d8e98aab67f0bb /scripts | |
parent | a9cd881bf8837b79ab06696f2140e20cb25af558 (diff) | |
download | PeerTube-8f2608e9a9d54c87ace636f99cdb9d2a7730990f.tar.gz PeerTube-8f2608e9a9d54c87ace636f99cdb9d2a7730990f.tar.zst PeerTube-8f2608e9a9d54c87ace636f99cdb9d2a7730990f.zip |
Update credits
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index f0b37787a..70b33c0d3 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -193,6 +193,9 @@ function getContributorsBlacklist () { | |||
193 | return { | 193 | return { |
194 | 'Bigard Florian': true, | 194 | 'Bigard Florian': true, |
195 | 'chocobozzz': true, | 195 | 'chocobozzz': true, |
196 | 'Rigel': true | 196 | 'Rigel': true, |
197 | |||
198 | // Requested by the contributor | ||
199 | 'Marcel Cramm': true | ||
197 | } | 200 | } |
198 | } | 201 | } |