From 17da95b094e4bb433e5fe240fa42067d94d908c1 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 20 Mar 2022 01:43:26 +0100 Subject: Remove go replace by fork (matrix) (#1771) --- bridge/matrix/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/matrix/helpers.go') diff --git a/bridge/matrix/helpers.go b/bridge/matrix/helpers.go index 03e448da..b8e848a2 100644 --- a/bridge/matrix/helpers.go +++ b/bridge/matrix/helpers.go @@ -8,7 +8,7 @@ import ( "strings" "time" - matrix "github.com/matrix-org/gomatrix" + matrix "github.com/matterbridge/gomatrix" ) func newMatrixUsername(username string) *matrixUsername { -- cgit v1.2.3