From a2567a333efa76c79b4b6ecff45d69672713b890 Mon Sep 17 00:00:00 2001 From: Nils Lehnen <30603423+iderex@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:33:43 +0200 Subject: [PATCH 1/3] Point the sponsor button at GitHub Sponsors (#79) GitHub Sponsors is live on the iderex account and public, so the button can point there. buy_me_a_coffee stays beside it; nothing that worked is removed. Signed-off-by: Nils Lehnen <30603423+iderex@users.noreply.github.com> --- .github/FUNDING.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2ff0764..74c6ffa 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,4 +3,6 @@ # GitHub reads this file from the .github repository and applies it to every # repository in the organisation that does not carry its own FUNDING.yml, so # the button appears on all of them without a file in each one. -buy_me_a_coffee: iderex + +github: iderex +buy_me_a_coffee: iderex \ No newline at end of file From d0bc7a3ec2ee4da1b18920039d74a85d087da3ec Mon Sep 17 00:00:00 2001 From: Nils Lehnen <30603423+iderex@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:33:57 +0200 Subject: [PATCH 2/3] Point the sponsor button at GitHub Sponsors (#79) GitHub Sponsors is live on the iderex account and public, so the button can point there. buy_me_a_coffee stays beside it; nothing that worked is removed. Signed-off-by: Nils Lehnen <30603423+iderex@users.noreply.github.com> --- FUNDING.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FUNDING.yml b/FUNDING.yml index 2ff0764..74c6ffa 100644 --- a/FUNDING.yml +++ b/FUNDING.yml @@ -3,4 +3,6 @@ # GitHub reads this file from the .github repository and applies it to every # repository in the organisation that does not carry its own FUNDING.yml, so # the button appears on all of them without a file in each one. -buy_me_a_coffee: iderex + +github: iderex +buy_me_a_coffee: iderex \ No newline at end of file From 8c41c41f07ac26e5c3bc20ec9490dfb2ce919a16 Mon Sep 17 00:00:00 2001 From: Nils Lehnen <30603423+iderex@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:36:56 +0200 Subject: [PATCH 3/3] Keep one funding file, and end it with a newline (#79) Two things from the first commit on this branch. The repository carried the same configuration twice, once at .github/FUNDING.yml and once at the root. GitHub reads either, so both worked and both had to be kept in step. One is enough, and .github/ is where the rest of the organisation defaults live. The file also ended without a newline. Every tool that appends to it would have joined its line to the last one. Signed-off-by: Nils Lehnen <30603423+iderex@users.noreply.github.com> --- .github/FUNDING.yml | 2 +- FUNDING.yml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 74c6ffa..8097070 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -5,4 +5,4 @@ # the button appears on all of them without a file in each one. github: iderex -buy_me_a_coffee: iderex \ No newline at end of file +buy_me_a_coffee: iderex diff --git a/FUNDING.yml b/FUNDING.yml deleted file mode 100644 index 74c6ffa..0000000 --- a/FUNDING.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Organisation-wide sponsor button. -# -# GitHub reads this file from the .github repository and applies it to every -# repository in the organisation that does not carry its own FUNDING.yml, so -# the button appears on all of them without a file in each one. - -github: iderex -buy_me_a_coffee: iderex \ No newline at end of file