diff options
Diffstat (limited to 'router/viewTorrentHandler.go')
-rw-r--r-- | router/viewTorrentHandler.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/router/viewTorrentHandler.go b/router/viewTorrentHandler.go index 739c077..13026f7 100644 --- a/router/viewTorrentHandler.go +++ b/router/viewTorrentHandler.go @@ -6,14 +6,14 @@ import ( "strings" "time" - "github.com/ewhal/nyaa/db" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/service/captcha" - "github.com/ewhal/nyaa/service/torrent" - "github.com/ewhal/nyaa/service/user/permission" - "github.com/ewhal/nyaa/util" - "github.com/ewhal/nyaa/util/languages" - "github.com/ewhal/nyaa/util/log" + "github.com/NyaaPantsu/nyaa/db" + "github.com/NyaaPantsu/nyaa/model" + "github.com/NyaaPantsu/nyaa/service/captcha" + "github.com/NyaaPantsu/nyaa/service/torrent" + "github.com/NyaaPantsu/nyaa/service/user/permission" + "github.com/NyaaPantsu/nyaa/util" + "github.com/NyaaPantsu/nyaa/util/languages" + "github.com/NyaaPantsu/nyaa/util/log" "github.com/gorilla/mux" ) |