diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-02-08 21:38:48 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-02-08 21:38:48 -1000 |
| commit | 46ba3f5d560c88405ee93e68995740fd1207e663 (patch) | |
| tree | 8e14b420d55e6366d67d67748f0d36146b5e7eae /cmd | |
| parent | 2e2b2187b957e9af78797a67ec5c6874615fae02 (diff) | |
Rename Go module to github.com/thepeterstone/claudomator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/claudomator/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/claudomator/main.go b/cmd/claudomator/main.go index e6cba37..e79e5d3 100644 --- a/cmd/claudomator/main.go +++ b/cmd/claudomator/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/claudomator/claudomator/internal/cli" + "github.com/thepeterstone/claudomator/internal/cli" ) func main() { |
