ports/www/writefreely/files/patch-gopher.go
2021-08-22 12:09:59 -03:00

11 lines
220 B
Go

--- gopher.go.orig 2021-07-12 09:15:24 UTC
+++ gopher.go
@@ -18,7 +18,7 @@ import (
"regexp"
"strings"
- "github.com/prologic/go-gopher"
+ "git.mills.io/prologic/go-gopher"
"github.com/writeas/web-core/log"
)