diff options
Diffstat (limited to 'service/api/api.go')
-rw-r--r-- | service/api/api.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/service/api/api.go b/service/api/api.go index 268ee80..3c789cb 100644 --- a/service/api/api.go +++ b/service/api/api.go @@ -12,10 +12,10 @@ import ( "regexp" "strings" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/service" - "github.com/ewhal/nyaa/service/upload" - "github.com/ewhal/nyaa/util/metainfo" + "github.com/NyaaPantsu/nyaa/model" + "github.com/NyaaPantsu/nyaa/service" + "github.com/NyaaPantsu/nyaa/service/upload" + "github.com/NyaaPantsu/nyaa/util/metainfo" "github.com/zeebo/bencode" ) |