diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-22 23:46:43 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-22 23:46:43 +0200 |
commit | 373b25c01cc94afff3abb0fe98af31aa52a40568 (patch) | |
tree | cfe9591ca6f51a4f934cfda609deda0e4a951480 /interface | |
parent | 20a1a31fa85d71f6fc36b7c895aa80646c8f7fb3 (diff) |
Rename matrix/room/ to matrix/rooms/
Diffstat (limited to 'interface')
-rw-r--r-- | interface/matrix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/matrix.go b/interface/matrix.go index 4202ebf..f811dff 100644 --- a/interface/matrix.go +++ b/interface/matrix.go @@ -18,7 +18,7 @@ package ifc import ( "maunium.net/go/gomatrix" - "maunium.net/go/gomuks/matrix/room" + "maunium.net/go/gomuks/matrix/rooms" ) type MatrixContainer interface { |