diff options
Diffstat (limited to 'router/rssHandler.go')
-rw-r--r-- | router/rssHandler.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/router/rssHandler.go b/router/rssHandler.go index 2b65a72..3c61464 100644 --- a/router/rssHandler.go +++ b/router/rssHandler.go @@ -1,9 +1,9 @@ package router import ( - "github.com/ewhal/nyaa/config" - "github.com/ewhal/nyaa/util" - "github.com/ewhal/nyaa/util/search" + "github.com/NyaaPantsu/nyaa/config" + "github.com/NyaaPantsu/nyaa/util" + "github.com/NyaaPantsu/nyaa/util/search" "github.com/gorilla/feeds" "net/http" "time" |