From 92e34bd91814efc71e340a81c858d4f2d9d0ea0b Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Thu, 11 Jan 2024 04:15:11 -0800 Subject: [PATCH 1/2] Update FUNDING.yml Check if that is the necessary change --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index cd443a19..5b2ae4f5 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: [https://github.com/sponsors/franziska-wegner] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From e11b633841814b02201fcab24c9e93f52cd9385f Mon Sep 17 00:00:00 2001 From: Franziska Wegner Date: Thu, 11 Jan 2024 04:26:50 -0800 Subject: [PATCH 2/2] Error within the link add escaping --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5b2ae4f5..6fb19b77 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: [https://github.com/sponsors/franziska-wegner] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: ['https://github.com/sponsors/franziska-wegner'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']