From 80d9f99d3d5cba6a729b8f0befc69c78bfeace95 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.
---
NOTICE.md | 4 ++--
README.md | 2 +-
index.html | 2 +-
src/App.tsx | 2 +-
src/game/highscores.ts | 2 +-
vite.config.ts | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NOTICE.md b/NOTICE.md
index 7c9f26f..3c04e92 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -66,8 +66,8 @@ licence below meaningful:
the synth in `src/audio/`. The only drawing in the repository is
`public/favicon.svg`, which is a scan grid.
- **The synth is shared with its siblings.** `src/audio/synth.ts` is the same
- engine as the one in [lemonade](https://github.com/Coffey-Labs/lemonade) and
- [wumpus](https://github.com/Coffey-Labs/wumpus) -- same author, same
+ engine as the one in [lemonade](https://github.com/jcoffey-dev/lemonade) and
+ [wumpus](https://github.com/jcoffey-dev/wumpus) -- same author, same
licence. What is written for it here is new.
## The words on screen are ours, deliberately
diff --git a/README.md b/README.md
index f4bd2e0..f7da00a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ npm run dev
```
The leaderboard is a separate service; run
-[games-scores](https://github.com/Coffey-Labs/games-scores) alongside this if
+[games-scores](https://github.com/jcoffey-dev/games-scores) alongside this if
you want one, or do not, and the board will say so rather than break.
You dial in rather than switch on, because in 1971 the game was not on your
diff --git a/index.html b/index.html
index 8e6e78a..13b9991 100644
--- a/index.html
+++ b/index.html
@@ -136,7 +136,7 @@
quadrant. It needs JavaScript to play.
The rest of the games
- Source, AGPL-3.0-or-later
+ Source, AGPL-3.0-or-later