From 3dfa60dba54fbb5887573bda13114d2397bf3d55 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Thu, 10 Sep 2026 09:17:02 -0700 Subject: [PATCH] Point the Sponsor button at the current GitHub username The account behind it was renamed from LINUXexpert-org to jcoffey-dev, and GitHub does not redirect the old name: github.com/sponsors/ LINUXexpert-org answers 404 while the new one answers 200. So the Sponsor button on this repository has been leading nowhere. Worth fixing rather than leaving to redirect, because a released username can be registered by anyone -- a stale link stops being a dead end and starts being someone else's page. --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4464e92..0c593be 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # Funding platforms shown behind the repository's Sponsor button. # https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository -github: LINUXexpert-org +github: jcoffey-dev