diff options
Diffstat (limited to 'cmd/site')
| -rw-r--r-- | cmd/site/html.go | 2 | ||||
| -rw-r--r-- | cmd/site/main.go | 2 | ||||
| -rw-r--r-- | cmd/site/rss.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cmd/site/html.go b/cmd/site/html.go index 5c6b828..c851342 100644 --- a/cmd/site/html.go +++ b/cmd/site/html.go @@ -7,7 +7,7 @@ import ( "net/http" "time" - "github.com/Xe/ln" + "within.website/ln" ) func logTemplateTime(name string, from time.Time) { diff --git a/cmd/site/main.go b/cmd/site/main.go index deb9543..3791585 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -13,7 +13,7 @@ import ( "time" "github.com/Xe/jsonfeed" - "github.com/Xe/ln" + "within.website/ln" "github.com/gorilla/feeds" blackfriday "github.com/russross/blackfriday" "github.com/tj/front" diff --git a/cmd/site/rss.go b/cmd/site/rss.go index 15e9163..b1845cd 100644 --- a/cmd/site/rss.go +++ b/cmd/site/rss.go @@ -5,7 +5,7 @@ import ( "net/http" "time" - "github.com/Xe/ln" + "within.website/ln" ) var bootTime = time.Now() |
