diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ponzu/main.go (renamed from cmd/cms/main.go) | 6 | ||||
-rw-r--r-- | cmd/ponzu/options.go (renamed from cmd/cms/options.go) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cmd/cms/main.go b/cmd/ponzu/main.go index c2f1bf1..5043753 100644 --- a/cmd/cms/main.go +++ b/cmd/ponzu/main.go @@ -7,9 +7,9 @@ import ( "net/http" "os" - "github.com/nilslice/cms/system/admin" - "github.com/nilslice/cms/system/api" - "github.com/nilslice/cms/system/db" + "github.com/bosssauce/ponzu/system/admin" + "github.com/bosssauce/ponzu/system/api" + "github.com/bosssauce/ponzu/system/db" ) var usage = ` diff --git a/cmd/cms/options.go b/cmd/ponzu/options.go index 94c809f..e893753 100644 --- a/cmd/cms/options.go +++ b/cmd/ponzu/options.go @@ -57,7 +57,7 @@ package content import ( "fmt" - "github.com/nilslice/cms/management/editor" + "github.com/bosssauce/ponzu/management/editor" ) // {{ .name }} is the generic content struct |