aboutsummaryrefslogtreecommitdiff
path: root/view-main.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-15 18:25:16 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-15 18:25:16 +0200
commitd8dfaa72ed1f625072cb3becb696eab7ca412d84 (patch)
tree5c7f572f10917305001e78a582fdc7288a66ba80 /view-main.go
parent4db41167976e111c0c2991b408752ef3caeb28d4 (diff)
Switch to gomatrix fork
Diffstat (limited to 'view-main.go')
-rw-r--r--view-main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/view-main.go b/view-main.go
index 68d8ab8..f23b039 100644
--- a/view-main.go
+++ b/view-main.go
@@ -21,7 +21,7 @@ import (
"strings"
"github.com/gdamore/tcell"
- "github.com/matrix-org/gomatrix"
+ "maunium.net/go/gomatrix"
"maunium.net/go/tview"
)