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) <noreply@anthropic.com>
This commit is contained in:
2026-08-16 10:32:20 +02:00
co-authored by Claude Opus 5
parent fd7cd6d1a9
commit 9ddd5d4199
+1 -1
View File
@@ -1,4 +1,4 @@
module git.teletypegames.org/games/inkwell
module git.teletypegames.org/engines/inkwell
go 1.26.3