summaryrefslogtreecommitdiffstats
path: root/database/postgres/report.go
diff options
context:
space:
mode:
authorPantsuDev <pantsudev@local>2017-05-17 15:58:40 +1000
committerPantsuDev <pantsudev@local>2017-05-17 15:58:40 +1000
commit70f87e7aac3824ac7dd1c701e08e73f99f128b55 (patch)
tree6a948b07155851e3154ee0bd5d9b4f38bf43407f /database/postgres/report.go
parent0807ca5d5d30623a497a5fb0854642c1f03819ea (diff)
downloadnyaa-70f87e7aac3824ac7dd1c701e08e73f99f128b55.zip
nyaa-70f87e7aac3824ac7dd1c701e08e73f99f128b55.tar.gz
nyaa-70f87e7aac3824ac7dd1c701e08e73f99f128b55.tar.bz2
finish repo transfer
Diffstat (limited to 'database/postgres/report.go')
-rw-r--r--database/postgres/report.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/postgres/report.go b/database/postgres/report.go
index e1f6a92..a866535 100644
--- a/database/postgres/report.go
+++ b/database/postgres/report.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 (db *Database) InsertTorrentReport(report *model.TorrentReport) (err error) {