diff options
Diffstat (limited to 'database/postgres/torrent.go')
-rw-r--r-- | database/postgres/torrent.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgres/torrent.go b/database/postgres/torrent.go index bd3e932..77bfc69 100644 --- a/database/postgres/torrent.go +++ b/database/postgres/torrent.go @@ -1,7 +1,7 @@ package postgres import ( - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/model" "database/sql" ) |