aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-05-30 12:17:43 -0400
committerChristine Dodrill <me@christine.website>2019-06-02 11:03:55 -0400
commit3338d3e7fcf985a68f44f29b1c25215b0d42cdb7 (patch)
tree0d8e9c06e76722b72d3cd92061f0ecc900023ed2 /cmd/within.website
parentf7be77bcc6d4700dc3a66d3531c4c3ab87b9830e (diff)
downloadx-3338d3e7fcf985a68f44f29b1c25215b0d42cdb7.tar.xz
x-3338d3e7fcf985a68f44f29b1c25215b0d42cdb7.zip
subsume vanity, update within.website
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"
)