Merge pull request #3 from jcoffey-dev/repo-urls-jcoffey-dev

Point the repository URLs at their new owner
This commit is contained in:
jcoffey
2026-09-10 09:41:23 -07:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ the bottom by a better one, so a good summer stands until somebody beats it.
The board is no longer in this repository and is no longer ours alone: every The board is no longer in this repository and is no longer ours alone: every
game on the site shares one service, game on the site shares one service,
[games-scores](https://github.com/Coffey-Labs/games-scores), which is one [games-scores](https://github.com/jcoffey-dev/games-scores), which is one
container and one volume however many games there are. It started here, because container and one volume however many games there are. It started here, because
when it was written there was one game; a second game would have meant a second when it was written there was one game; a second game would have meant a second
container and a second database to back up for every game after that. All this container and a second database to back up for every game after that. All this
@@ -185,7 +185,7 @@ counts players rather than counting the proxy.
## Licence ## Licence
AGPL-3.0-or-later — see [LICENSE](LICENSE). Source: AGPL-3.0-or-later — see [LICENSE](LICENSE). Source:
<https://github.com/Coffey-Labs/lemonade>, also linked from every screen in the <https://github.com/jcoffey-dev/lemonade>, also linked from every screen in the
game, which is what section 13 asks for. game, which is what section 13 asks for.
Affero rather than plain GPL because the leaderboard is a network service: Affero rather than plain GPL because the leaderboard is a network service:
+1 -1
View File
@@ -137,7 +137,7 @@
play. play.
</p> </p>
<p><a href="https://games.jcoffey.dev/">The rest of the games</a></p> <p><a href="https://games.jcoffey.dev/">The rest of the games</a></p>
<p><a href="https://github.com/Coffey-Labs/lemonade">Source, AGPL-3.0-or-later</a></p> <p><a href="https://github.com/jcoffey-dev/lemonade">Source, AGPL-3.0-or-later</a></p>
</noscript> </noscript>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
+1 -1
View File
@@ -26,7 +26,7 @@ import './App.css'
* AGPL section 13: anyone playing this over a network is entitled to the * AGPL section 13: anyone playing this over a network is entitled to the
* source of the version they are playing, so the offer sits on every screen. * source of the version they are playing, so the offer sits on every screen.
*/ */
const SOURCE_URL = 'https://github.com/Coffey-Labs/lemonade' const SOURCE_URL = 'https://github.com/jcoffey-dev/lemonade'
/** /**
* The way back out. * The way back out.
+1 -1
View File
@@ -5,7 +5,7 @@
* whatever comes back before putting it on screen. * whatever comes back before putting it on screen.
* *
* The service is no longer ours. It is shared with the other games on the site * The service is no longer ours. It is shared with the other games on the site
* -- see https://github.com/Coffey-Labs/games-scores -- which is why every * -- see https://github.com/jcoffey-dev/games-scores -- which is why every
* call names the game. Nothing else about it leaks in here: rows come back in * call names the game. Nothing else about it leaks in here: rows come back in
* this game's own field names, so this file is otherwise what it always was. * this game's own field names, so this file is otherwise what it always was.
*/ */
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineConfig({
server: { server: {
// The game talks to /api in every environment; in production that is // The game talks to /api in every environment; in production that is
// nginx in front of the shared scores container. In development, run // nginx in front of the shared scores container. In development, run
// https://github.com/Coffey-Labs/games-scores alongside this -- or do not, // https://github.com/jcoffey-dev/games-scores alongside this -- or do not,
// and the board will say so rather than breaking. // and the board will say so rather than breaking.
proxy: { proxy: {
'/api': { '/api': {