summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 11:45:31 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 11:45:31 -0800
commit9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 (patch)
treea878db3ba63c0f92fc0ec96a15bf4d2b07e1a63b /cmd/ponzu/main.go
parent3791fadda7b761ffba38c567da29e2e71acd1dfb (diff)
moving repository, bosssauce => ponzu-cms
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index b2b5e75..ae646c5 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -10,14 +10,14 @@ import (
"strings"
"time"
- "github.com/bosssauce/ponzu/system/admin"
- "github.com/bosssauce/ponzu/system/api"
- "github.com/bosssauce/ponzu/system/api/analytics"
- "github.com/bosssauce/ponzu/system/db"
- "github.com/bosssauce/ponzu/system/tls"
+ "github.com/ponzu-cms/ponzu/system/admin"
+ "github.com/ponzu-cms/ponzu/system/api"
+ "github.com/ponzu-cms/ponzu/system/api/analytics"
+ "github.com/ponzu-cms/ponzu/system/db"
+ "github.com/ponzu-cms/ponzu/system/tls"
// import registers content types
- _ "github.com/bosssauce/ponzu/content"
+ _ "github.com/ponzu-cms/ponzu/content"
)
var year = fmt.Sprintf("%d", time.Now().Year())
@@ -57,7 +57,7 @@ new <directory>:
immediately following the 'new' option in the $GOPATH/src directory. Note:
'new' depends on the program 'git' and possibly a network connection. If
there is no local repository to clone from at the local machine's $GOPATH,
- 'new' will attempt to clone the 'github.com/bosssauce/ponzu' package from
+ 'new' will attempt to clone the 'github.com/ponzu-cms/ponzu' package from
over the network.
Example: