aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/within.website')
-rw-r--r--cmd/within.website/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index ba4f090..19063f8 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -6,8 +6,8 @@ import (
"net/http"
"github.com/Xe/x/internal"
+ "github.com/Xe/x/vanity"
"github.com/mmikulicic/stringlist"
- "go.jonnrb.io/vanity"
"within.website/ln"
"within.website/ln/opname"
)