diff options
Diffstat (limited to 'database/postgres/postgres.go')
-rw-r--r-- | database/postgres/postgres.go | 2 |
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" ) |