summaryrefslogtreecommitdiffstats
path: root/database/postgres/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgres/user.go')
-rw-r--r--database/postgres/user.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/postgres/user.go b/database/postgres/user.go
index f7f420a..92c3aa4 100644
--- a/database/postgres/user.go
+++ b/database/postgres/user.go
@@ -4,8 +4,8 @@ import (
"database/sql"
"fmt"
- "github.com/ewhal/nyaa/common"
- "github.com/ewhal/nyaa/model"
+ "github.com/NyaaPantsu/nyaa/common"
+ "github.com/NyaaPantsu/nyaa/model"
)
func userParamToSelectQuery(p *common.UserParam) (q sqlQuery) {