From 6bd960f9eed0c517c2b0ed33cd05469777cbed0a Mon Sep 17 00:00:00 2001 From: John Coffey Date: Thu, 10 Sep 2026 09:34:04 -0700 Subject: [PATCH] Point the repository URLs at their new owner These moved from the Coffey-Labs org to jcoffey-dev, where they belong. GitHub redirects a transferred repository, so nothing was broken by leaving them -- but a source link that lands via a redirect is still naming an owner that no longer holds the code, and the redirect only lasts as long as nobody creates a repository of the same name in the old place. Only the seven repositories that actually moved are rewritten. Every other Coffey-Labs URL is left alone: ihasmail, cairnobs and the rest are still there. --- index.html | 2 +- package.json | 4 ++-- src/components/Landing.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7d82cf2..932c750 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@ It needs JavaScript to play.

The rest of the games

-

Source, AGPL-3.0-or-later

+

Source, AGPL-3.0-or-later

diff --git a/package.json b/package.json index 4291eda..e558c27 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "author": "John Coffey", "repository": { "type": "git", - "url": "git+https://github.com/Coffey-Labs/great-powers.git" + "url": "git+https://github.com/jcoffey-dev/great-powers.git" }, "homepage": "https://games.jcoffey.dev/powers/", "bugs": { - "url": "https://github.com/Coffey-Labs/great-powers/issues" + "url": "https://github.com/jcoffey-dev/great-powers/issues" } } diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index ec64c75..b9898e5 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -115,7 +115,7 @@ export function Landing({ */} The rest of the games {' ยท '} - Source + Source

Great Powers is free software under the{' '}