euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 41fd4bb66732694a6295644039641aab24140297 (patch)
parent 891abc0ee3435e9d5b03f093cf2a92ac1e54201e
Author: Alex Karle <alex@alexkarle.com>
Date:   Wed, 25 Dec 2024 21:23:09 -0500

cleanup: Remove a couple more euchre.live references

Diffstat:
MMakefile | 4++--
MREADME.md | 2+-
Mpublic/index.html | 5++---
3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -33,8 +33,8 @@ release: build test git show HEAD --pretty=full -s |\ sed 's/\(Author\|Commit\): \([^<]\+\).*/\1: \2<redacted>/' > build/public/version.txt rsync -av --delete --rsh="ssh -o StrictHostKeyChecking=no" \ - build/ _euchre@euchre.live:prod-el/ - ssh -t -o StrictHostKeyChecking=no euchre.live \ + build/ _euchre@alexkarle.com:prod-el/ + ssh -t -o StrictHostKeyChecking=no alexkarle.com \ doas rcctl restart euchre .PHONY: clean diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -euchre.live +euchre-live =========== [![builds.sr.ht status](https://builds.sr.ht/~akarle/euchre-live/commits/.build.yml.svg)](https://builds.sr.ht/~akarle/euchre-live/commits/.build.yml?) diff --git a/public/index.html b/public/index.html @@ -51,7 +51,7 @@ <title>Euchre Live!!</title> </head> <body> - <h1>Welcome to <tt>euchre.live!</tt></h1> + <h1>Welcome to <tt>euchre-live!</tt></h1> <div id="logo"> <img src="suits/H.svg" alt="Hearts" width="10%"> <img src="suits/D.svg" alt="Diamonds" width="10%"> @@ -62,7 +62,7 @@ <h3>What is This Site?</h3> <p> - <tt>euchre.live</tt> is a + <tt>euchre-live</tt> is a <a href="https://sr.ht/~akarle/euchre-live">free and open source</a> web-app to play Euchre, an old 19th century card game. </p> @@ -94,7 +94,6 @@ <p> Don't be a stranger! Drop us a line at - <a href="mailto:hi@euchre.live">hi@euchre.live</a> or at <a href="mailto:~akarle/public-inbox@lists.sr.ht">Alex's public inbox</a>. </p>