This commit is contained in:
Aaron Bieber 2020-02-11 17:49:33 -07:00
parent 6ffd3f220c
commit b582758262
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.sr.ht/~qbit/mcchunkie
module suah.dev/mcchunkie
go 1.13

View File

@ -8,8 +8,8 @@ import (
"os"
"time"
"git.sr.ht/~qbit/mcchunkie/plugins"
"github.com/matrix-org/gomatrix"
"suah.dev/mcchunkie/plugins"
)
func main() {