summaryrefslogtreecommitdiff
path: root/system/search/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/search/search.go')
-rw-r--r--system/search/search.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/search/search.go b/system/search/search.go
index d3bee6d..eb8749a 100644
--- a/system/search/search.go
+++ b/system/search/search.go
@@ -11,9 +11,9 @@ import (
"path/filepath"
"strings"
- "github.com/ponzu-cms/ponzu/system/cfg"
+ "github.com/haturatu/ponzu/system/cfg"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/system/item"
"github.com/blevesearch/bleve"
"github.com/blevesearch/bleve/mapping"