aboutsummaryrefslogtreecommitdiff
path: root/internal/license.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-04-01 10:05:03 -0700
committerChristine Dodrill <me@christine.website>2019-04-01 10:05:28 -0700
commitf06f021f402270951f849dde7bee3f3340b8a1d5 (patch)
treebaee337aab524f162b349d254d21c2d8f2716d44 /internal/license.go
parentba91a17859267201b1d1f0e71da465b1464d940f (diff)
downloadx-f06f021f402270951f849dde7bee3f3340b8a1d5.tar.xz
x-f06f021f402270951f849dde7bee3f3340b8a1d5.zip
reorg
Diffstat (limited to 'internal/license.go')
-rw-r--r--internal/license.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/license.go b/internal/license.go
index 7251eec..7b4cbae 100644
--- a/internal/license.go
+++ b/internal/license.go
@@ -5,7 +5,7 @@ import (
"net/http"
"os"
- "github.com/Xe/x/tools/license/licenses"
+ "github.com/Xe/x/cmd/license/licenses"
"go4.org/legal"
)