From b5ff77d0649243448887b86e9e507ba8ff65a700 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 16 Aug 2026 10:32:20 +0200 Subject: [PATCH] Move the module path to the engines org The repo now lives at engines/inkwell, and a Go module path is not covered by Gitea's redirect: `go get git.teletypegames.org/engines/inkwell` failed with "module declares its path as git.teletypegames.org/games/inkwell". Co-Authored-By: Claude Opus 5 (1M context) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5061cb0..77ea99b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.teletypegames.org/games/inkwell +module git.teletypegames.org/engines/inkwell go 1.26.3