morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit 804190c8be1eefba72f946cdf64c074c58af6a67
parent 8d81a5d47cffdf250f78664e4049cc04e0d112a2
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 30 Jan 2018 17:25:32 +0100

Make master buildable again
Diffstat:
Mmain.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go @@ -13,7 +13,7 @@ import ( "github.com/Nordgedanken/Morpheus/matrix/db" "github.com/Nordgedanken/Morpheus/ui" "github.com/dgraph-io/badger" - "github.com/matrix-org/dugong" + "github.com/Nordgedanken/dugong" "github.com/matrix-org/gomatrix" "github.com/shibukawa/configdir" log "github.com/sirupsen/logrus"