diff options
author | PantsuDev <pantsudev@local> | 2017-05-17 15:58:40 +1000 |
---|---|---|
committer | PantsuDev <pantsudev@local> | 2017-05-17 15:58:40 +1000 |
commit | 70f87e7aac3824ac7dd1c701e08e73f99f128b55 (patch) | |
tree | 6a948b07155851e3154ee0bd5d9b4f38bf43407f /database/postgres/postgres.go | |
parent | 0807ca5d5d30623a497a5fb0854642c1f03819ea (diff) | |
download | nyaa-70f87e7aac3824ac7dd1c701e08e73f99f128b55.zip nyaa-70f87e7aac3824ac7dd1c701e08e73f99f128b55.tar.gz nyaa-70f87e7aac3824ac7dd1c701e08e73f99f128b55.tar.bz2 |
finish repo transfer
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" ) |