summaryrefslogtreecommitdiffstats
path: root/database/postgres/report.go
diff options
context:
space:
mode:
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) {