chore(module): rename gitea.d-ma.be → git.d-ma.be module path

The host rename broke `go mod download` for consumers: the server serves a
go-import meta tag of git.d-ma.be/... which no longer matches the old
gitea.d-ma.be/... import path (hyperguild #74). Rename the module path to
match. Single leaf package (auth/), no internal self-imports — go.mod +
README example only. Tagged v0.2.0; v0.1.0 (old path) left intact for
unmigrated consumers.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-30 21:34:18 +02:00
co-authored by Claude Opus 4.8
parent 67decddc8a
commit 69d389d3f7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module gitea.d-ma.be/mathias/mcp-chassis
module git.d-ma.be/mathias/mcp-chassis
go 1.26.1