aboutsummaryrefslogtreecommitdiff
path: root/matrix.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 /matrix.go
parent4db41167976e111c0c2991b408752ef3caeb28d4 (diff)
Switch to gomatrix fork
Diffstat (limited to 'matrix.go')
-rw-r--r--matrix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.go b/matrix.go
index dc433a8..c763852 100644
--- a/matrix.go
+++ b/matrix.go
@@ -20,7 +20,7 @@ import (
"fmt"
"time"
- "github.com/matrix-org/gomatrix"
+ "maunium.net/go/gomatrix"
)
type MatrixContainer struct {