summaryrefslogtreecommitdiffstats
path: root/router/homeHandler.go
diff options
context:
space:
mode:
Diffstat (limited to 'router/homeHandler.go')
-rw-r--r--router/homeHandler.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/router/homeHandler.go b/router/homeHandler.go
index 464e8f9..91acd94 100644
--- a/router/homeHandler.go
+++ b/router/homeHandler.go
@@ -5,13 +5,13 @@ import (
"net/http"
"strconv"
- "github.com/ewhal/nyaa/cache"
- "github.com/ewhal/nyaa/common"
- "github.com/ewhal/nyaa/model"
- "github.com/ewhal/nyaa/service/torrent"
- "github.com/ewhal/nyaa/util"
- "github.com/ewhal/nyaa/util/languages"
- "github.com/ewhal/nyaa/util/log"
+ "github.com/NyaaPantsu/nyaa/cache"
+ "github.com/NyaaPantsu/nyaa/common"
+ "github.com/NyaaPantsu/nyaa/model"
+ "github.com/NyaaPantsu/nyaa/service/torrent"
+ "github.com/NyaaPantsu/nyaa/util"
+ "github.com/NyaaPantsu/nyaa/util/languages"
+ "github.com/NyaaPantsu/nyaa/util/log"
"github.com/gorilla/mux"
)