diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 11:45:31 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 11:45:31 -0800 |
commit | 9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 (patch) | |
tree | a878db3ba63c0f92fc0ec96a15bf4d2b07e1a63b /system/admin/config/config.go | |
parent | 3791fadda7b761ffba38c567da29e2e71acd1dfb (diff) |
moving repository, bosssauce => ponzu-cms
Diffstat (limited to 'system/admin/config/config.go')
-rw-r--r-- | system/admin/config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/config/config.go b/system/admin/config/config.go index ab17425..fdc1ae4 100644 --- a/system/admin/config/config.go +++ b/system/admin/config/config.go @@ -1,8 +1,8 @@ package config import ( - "github.com/bosssauce/ponzu/management/editor" - "github.com/bosssauce/ponzu/system/item" + "github.com/ponzu-cms/ponzu/management/editor" + "github.com/ponzu-cms/ponzu/system/item" ) // Config represents the confirgurable options of the system |