summaryrefslogtreecommitdiff
path: root/system/addon/addon.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/addon/addon.go')
-rw-r--r--system/addon/addon.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/addon/addon.go b/system/addon/addon.go
index dd3d00a..b73925c 100644
--- a/system/addon/addon.go
+++ b/system/addon/addon.go
@@ -6,8 +6,8 @@ import (
"net/url"
"strings"
- "github.com/ponzu-cms/ponzu/system/db"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/system/db"
+ "github.com/haturatu/ponzu/system/item"
"github.com/tidwall/sjson"
)