diff options
Diffstat (limited to 'router/upload.go')
-rw-r--r-- | router/upload.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/router/upload.go b/router/upload.go index 2ec9f05..b3fd664 100644 --- a/router/upload.go +++ b/router/upload.go @@ -15,11 +15,11 @@ import ( "strconv" "strings" - "github.com/ewhal/nyaa/cache" - "github.com/ewhal/nyaa/config" - "github.com/ewhal/nyaa/service/upload" - "github.com/ewhal/nyaa/util" - "github.com/ewhal/nyaa/util/metainfo" + "github.com/NyaaPantsu/nyaa/cache" + "github.com/NyaaPantsu/nyaa/config" + "github.com/NyaaPantsu/nyaa/service/upload" + "github.com/NyaaPantsu/nyaa/util" + "github.com/NyaaPantsu/nyaa/util/metainfo" "github.com/microcosm-cc/bluemonday" "github.com/zeebo/bencode" ) |