aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:38:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:53:02 +1300
commit2a093fe701e0706830c340b7b2fbd03c26be60d4 (patch)
tree1c7d0d5f66fc610d2500e6df0cbe141e836c981b /main.go
parentRemove executable content support (diff)
downloadshavit-2a093fe701e0706830c340b7b2fbd03c26be60d4.tar.gz
shavit-2a093fe701e0706830c340b7b2fbd03c26be60d4.zip
Switch listen to systemd socket activationHEADv0.0.0-tejr1master
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ecf1eb0..53db3a5 100644
--- a/main.go
+++ b/main.go
@@ -4,7 +4,7 @@ import (
"log"
"mime"
- gemini "git.sr.ht/~yotam/go-gemini"
+ gemini "sanctum.geek.nz/code/go-gemini.git.git"
)
func main() {