From ded1606692f518f7a741c7e2992112f0efc53a65 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:07:32 -0700 Subject: [PATCH] Point links at git.coffeylabs.org after the move from GitHub GitHub took the organization's repos and GHCR offline on 2026-09-20. Repo, release, raw-file and clone links now go to Gitea at git.coffeylabs.org, container images to registry.coffeylabs.org, and GitLab-style /-/blob paths to Gitea's /src/branch form. Go module paths are identifiers and stay as they are; links to GitHub issues and pull requests are left as history. --- 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 932c750..03b3c3c 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 e558c27..d95d9d6 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "author": "John Coffey", "repository": { "type": "git", - "url": "git+https://github.com/jcoffey-dev/great-powers.git" + "url": "git+https://git.coffeylabs.org/jcoffey-dev/great-powers.git" }, "homepage": "https://games.jcoffey.dev/powers/", "bugs": { - "url": "https://github.com/jcoffey-dev/great-powers/issues" + "url": "https://git.coffeylabs.org/jcoffey-dev/great-powers/issues" } } diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index b9898e5..fff55ac 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{' '} -- 2.54.0