diff options
Diffstat (limited to 'cmd/ponzu/templates')
-rw-r--r-- | cmd/ponzu/templates/gen-content.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/templates/gen-content.tmpl b/cmd/ponzu/templates/gen-content.tmpl index 9cfca9d..cb522b2 100644 --- a/cmd/ponzu/templates/gen-content.tmpl +++ b/cmd/ponzu/templates/gen-content.tmpl @@ -5,8 +5,8 @@ import ( {{ if .HasReferences }} "github.com/bosssauce/reference" {{ end }} - "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" ) type {{ .Name }} struct { |