From 9d22d0bb4121d06f3c1770e9fcd463ff94f81416 Mon Sep 17 00:00:00 2001 From: Donomii Date: Sat, 8 Jul 2017 16:02:16 +0000 Subject: [PATCH] Switch to own repository --- example/example.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.go b/example/example.go index bb7c897..dcc4e04 100644 --- a/example/example.go +++ b/example/example.go @@ -5,7 +5,7 @@ import ( "os" "time" "log" - "github.com/matrix-org/gomatrix" + "github.com/donomii/gomatrix" "fmt" )