summaryrefslogtreecommitdiffstats
path: root/hugolib/handler_base.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/handler_base.go')
-rw-r--r--hugolib/handler_base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/handler_base.go b/hugolib/handler_base.go
index 89aadd11f..99c15e15d 100644
--- a/hugolib/handler_base.go
+++ b/hugolib/handler_base.go
@@ -14,7 +14,7 @@
package hugolib
import (
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/source"
)
type Handler interface {