summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.go b/gui.go
index 3eb8582..0ba5d54 100644
--- a/gui.go
+++ b/gui.go
@@ -10,8 +10,8 @@ import (
"net"
"strings"
- "git.wit.org/wit/gui"
- "git.wit.org/wit/shell"
+ "go.wit.com/gui"
+ "go.wit.com/shell"
"github.com/davecgh/go-spew/spew"
)