summaryrefslogtreecommitdiffstats
path: root/roseh.moe.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-07-25 13:14:13 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-07-25 13:14:13 -0700
commit9cb28a5475ca971e404e10e79e5c7d03da9ad91e (patch)
tree69bcafcce20a13781425b7fff10f679e7afa24da /roseh.moe.go
parent8ae0ffadb9d33abf150f3a7ead662415b2e3dd4e (diff)
downloadroseh.moe-9cb28a5475ca971e404e10e79e5c7d03da9ad91e.tar.zst
Rename stallman-shooter to RMS shooter
Diffstat (limited to 'roseh.moe.go')
-rw-r--r--roseh.moe.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/roseh.moe.go b/roseh.moe.go
index f16ae55..9404070 100644
--- a/roseh.moe.go
+++ b/roseh.moe.go
@@ -213,7 +213,7 @@ func pong(w http.ResponseWriter, _ *http.Request) {
}
var (
- //go:embed templates/games/stallman-shooter.html.template
+ //go:embed templates/games/rms.html.template
stallmanShooterString string
stallmanShooterTemplate = template.Must(outlinedTemplate(stallmanShooterString))
)
@@ -923,7 +923,7 @@ func main() {
mux.HandleFunc("GET /{$}", index)
mux.HandleFunc("GET /games/", gamesIndex)
mux.HandleFunc("GET /games/pong", pong)
- mux.HandleFunc("GET /games/stallman", stallmanShooter)
+ mux.HandleFunc("GET /games/rms", stallmanShooter)
mux.HandleFunc("GET /qr.png", qrHandler)
mux.HandleFunc("GET /wormhole", wormhole)
mux.HandleFunc("POST /wormhole", wormholeUpload)