summaryrefslogtreecommitdiff
path: root/system/db/user.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 /system/db/user.go
parent3791fadda7b761ffba38c567da29e2e71acd1dfb (diff)
moving repository, bosssauce => ponzu-cms
Diffstat (limited to 'system/db/user.go')
-rw-r--r--system/db/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/user.go b/system/db/user.go
index b92a62a..1b15a82 100644
--- a/system/db/user.go
+++ b/system/db/user.go
@@ -7,7 +7,7 @@ import (
"fmt"
"net/http"
- "github.com/bosssauce/ponzu/system/admin/user"
+ "github.com/ponzu-cms/ponzu/system/admin/user"
"github.com/boltdb/bolt"
"github.com/nilslice/jwt"