From 9cb28a5475ca971e404e10e79e5c7d03da9ad91e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 25 Jul 2026 13:14:13 -0700 Subject: Rename stallman-shooter to RMS shooter --- roseh.moe.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roseh.moe.go') 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) -- cgit v1.3.1