summaryrefslogtreecommitdiff
path: root/toolkit/gocui/keybindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/keybindings.go')
-rw-r--r--toolkit/gocui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/keybindings.go b/toolkit/gocui/keybindings.go
index 38ada12..9473943 100644
--- a/toolkit/gocui/keybindings.go
+++ b/toolkit/gocui/keybindings.go
@@ -7,7 +7,7 @@ package main
import (
"os"
"github.com/awesome-gocui/gocui"
- "git.wit.org/wit/gui/toolkit"
+ "go.wit.com/gui/toolkit"
)
func defaultKeybindings(g *gocui.Gui) error {