summaryrefslogtreecommitdiff
path: root/management/manager/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'management/manager/manager.go')
-rw-r--r--management/manager/manager.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/management/manager/manager.go b/management/manager/manager.go
index 5783e16..1e0b39c 100644
--- a/management/manager/manager.go
+++ b/management/manager/manager.go
@@ -7,8 +7,8 @@ import (
"fmt"
"html/template"
- "github.com/ponzu-cms/ponzu/management/editor"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/management/editor"
+ "github.com/haturatu/ponzu/system/item"
"github.com/gofrs/uuid"
)