summaryrefslogtreecommitdiffstats
path: root/tools/hole/hole.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-07 08:47:41 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-07 08:47:41 -0700
commit20761675e284e1c31014f79a5c029dce5dc4a99b (patch)
treea40c8f6e3812832ea33e53f4cedcf8e135470c11 /tools/hole/hole.go
parent79d1cff0755428edfc192448c04ed5a495264da5 (diff)
downloadroseh.moe-20761675e284e1c31014f79a5c029dce5dc4a99b.tar.zst
Use a vanity URL
Diffstat (limited to 'tools/hole/hole.go')
-rw-r--r--tools/hole/hole.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hole/hole.go b/tools/hole/hole.go
index c6946f0..2834d16 100644
--- a/tools/hole/hole.go
+++ b/tools/hole/hole.go
@@ -37,7 +37,7 @@ import (
"net/http"
"os"
- "gitlab.com/rhogenson/roseh.moe/internal/hole"
+ "roseh.moe/pkg/roseh.moe/internal/hole"
)
var url = flag.String("url", "https://roseh.moe", "server URL")