summaryrefslogtreecommitdiff
path: root/toolkit/gocui/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/view.go')
-rw-r--r--toolkit/gocui/view.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/view.go b/toolkit/gocui/view.go
index 28b80e0..17863d8 100644
--- a/toolkit/gocui/view.go
+++ b/toolkit/gocui/view.go
@@ -8,7 +8,7 @@ import (
"strings"
"github.com/awesome-gocui/gocui"
- "git.wit.org/wit/gui/toolkit"
+ "go.wit.com/gui/toolkit"
)
func splitLines(s string) []string {