aboutsummaryrefslogtreecommitdiff
path: root/gomuks.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 /gomuks.go
parent4db41167976e111c0c2991b408752ef3caeb28d4 (diff)
Switch to gomatrix 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 13b6672..3e2fb85 100644
--- a/gomuks.go
+++ b/gomuks.go
@@ -20,7 +20,7 @@ import (
"os"
"path/filepath"
- "github.com/matrix-org/gomatrix"
+ "maunium.net/go/gomatrix"
"maunium.net/go/tview"
)