From e28a2e41cf433c78ff004ead3b24833bb26fed7f 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 | 2 +-
README.md | 4 ++--
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 dedf465..f4905f3 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -39,7 +39,7 @@ below meaningful:
generated from the graph in code, and every note is generated by the synth in
`src/audio/`. There are no imported assets of any kind.
- **The synth is shared with its sibling.** `src/audio/synth.ts` is the same
- engine as the one in [lemonade](https://github.com/Coffey-Labs/lemonade) —
+ engine as the one in [lemonade](https://github.com/jcoffey-dev/lemonade) —
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 03320ff..bec19fb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,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 1973 the game was not on your
@@ -69,7 +69,7 @@ There is no way to clear it. A hunter leaves the list only by being pushed off
the bottom by a better one.
The board is not in this repository and is not ours alone: every game on the
-site shares one service, [games-scores](https://github.com/Coffey-Labs/games-scores),
+site shares one service, [games-scores](https://github.com/jcoffey-dev/games-scores),
which is one container and one volume however many games there are. All this
repository holds is the client in `src/game/highscores.ts`, which names the
game on every call and is otherwise exactly what it would be if the board were
diff --git a/index.html b/index.html
index b714351..2381e64 100644
--- a/index.html
+++ b/index.html
@@ -136,7 +136,7 @@
and never told which room. It needs JavaScript to play.
The rest of the games
- Source, AGPL-3.0-or-later
+ Source, AGPL-3.0-or-later