diff --git a/tools/generate-sponsors.ts b/tools/generate-sponsors.ts index 2893bbcb1e3c..4f05e353f123 100644 --- a/tools/generate-sponsors.ts +++ b/tools/generate-sponsors.ts @@ -108,6 +108,10 @@ const excludedNames = new Set([ 'java', 'Loyalty Leo', 'Penalty.com', + + // These names are of organizations we cannot in good conscience link to. + // If you disagree with a name on this list, please email a maintainer. + 'Christian Healthcare Ministries', // #5440 ]); async function requestGraphql(key: keyof typeof queries): Promise {