summaryrefslogtreecommitdiffstats
path: root/database/postgres/postgres.go
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgres/postgres.go')
-rw-r--r--database/postgres/postgres.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgres/postgres.go b/database/postgres/postgres.go
index e235ec4..4cb7fcb 100644
--- a/database/postgres/postgres.go
+++ b/database/postgres/postgres.go
@@ -3,7 +3,7 @@ package postgres
import (
"database/sql"
- "github.com/ewhal/nyaa/util/log"
+ "github.com/NyaaPantsu/nyaa/util/log"
_ "github.com/lib/pq"
)