aboutsummaryrefslogtreecommitdiff
path: root/cmd/example/example.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/example/example.go')
-rw-r--r--cmd/example/example.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/example/example.go b/cmd/example/example.go
index 6e7ece2..49d3090 100644
--- a/cmd/example/example.go
+++ b/cmd/example/example.go
@@ -6,7 +6,7 @@ import (
"net/url"
"strings"
- gemini "git.sr.ht/~yotam/go-gemini"
+ gemini "sanctum.geek.nz/code/go-gemini.git"
)
type ExampleHandler struct {