diff --git a/scripts/generate-contributor-list.mjs b/scripts/generate-contributor-list.mjs index 41c68a313..fbac01d10 100644 --- a/scripts/generate-contributor-list.mjs +++ b/scripts/generate-contributor-list.mjs @@ -319,7 +319,7 @@ async function main() { const key = normalizeName(nm) + "|" + email.toLowerCase(); if (seenUnk.has(key)) continue; seenUnk.add(key); - unmatched.push({ name: nm, gh: email, login: "" }); + unmatched.push({ name: nm, gh: "", login: "" }); } // 7) Merge, sort, output