diff options
Diffstat (limited to 'system/addon/manager.go')
-rw-r--r-- | system/addon/manager.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/addon/manager.go b/system/addon/manager.go index d3c9673..1649c11 100644 --- a/system/addon/manager.go +++ b/system/addon/manager.go @@ -7,7 +7,7 @@ import ( "html/template" "net/url" - "github.com/ponzu-cms/ponzu/management/editor" + "github.com/haturatu/ponzu/management/editor" "github.com/gorilla/schema" "github.com/tidwall/gjson" |