aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-14 22:19:26 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-14 22:19:26 +0200
commit08f5db1a74cb596a3ddd3de8912dfd858899447e (patch)
tree60b7b29df0674ec00e9c3ece028899927f0b6d09 /gomuks.go
parente50a36cb47be3a1e3f67069d75c51d94f9bfc6f5 (diff)
Minor changes and switch to tview fork
Diffstat (limited to 'gomuks.go')
-rw-r--r--gomuks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gomuks.go b/gomuks.go
index ac7d534..6af5997 100644
--- a/gomuks.go
+++ b/gomuks.go
@@ -21,7 +21,7 @@ import (
"path/filepath"
"github.com/matrix-org/gomatrix"
- "github.com/rivo/tview"
+ "maunium.net/go/tview"
)
type Gomuks interface {