aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/generate-code-contributors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-code-contributors.ts')
-rwxr-xr-xscripts/generate-code-contributors.ts5
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}