diff options
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/db/content.go b/system/db/content.go index 43d6023..569e497 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -12,8 +12,8 @@ import ( "sync" "time" - "github.com/ponzu-cms/ponzu/system/item" - "github.com/ponzu-cms/ponzu/system/search" + "github.com/haturatu/ponzu/system/item" + "github.com/haturatu/ponzu/system/search" "github.com/boltdb/bolt" "github.com/gofrs/uuid" |