summaryrefslogtreecommitdiff
path: root/system/db/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/config.go')
-rw-r--r--system/db/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/config.go b/system/db/config.go
index 4bbf29b..0e49307 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -7,7 +7,7 @@ import (
"net/url"
"strings"
- "github.com/bosssauce/ponzu/system/admin/config"
+ "github.com/ponzu-cms/ponzu/system/admin/config"
"github.com/boltdb/bolt"
"github.com/gorilla/schema"