From 46ba3f5d560c88405ee93e68995740fd1207e663 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 8 Feb 2026 21:38:48 -1000 Subject: Rename Go module to github.com/thepeterstone/claudomator Co-Authored-By: Claude Opus 4.6 --- internal/cli/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cli/init.go') diff --git a/internal/cli/init.go b/internal/cli/init.go index 6660f9d..f987763 100644 --- a/internal/cli/init.go +++ b/internal/cli/init.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "github.com/claudomator/claudomator/internal/storage" + "github.com/thepeterstone/claudomator/internal/storage" "github.com/spf13/cobra" ) -- cgit v1.2.3