summaryrefslogtreecommitdiffstats
path: root/router/changeLanguageHandler.go
diff options
context:
space:
mode:
Diffstat (limited to 'router/changeLanguageHandler.go')
-rw-r--r--router/changeLanguageHandler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/router/changeLanguageHandler.go b/router/changeLanguageHandler.go
index 9bef6d5..3c3b349 100644
--- a/router/changeLanguageHandler.go
+++ b/router/changeLanguageHandler.go
@@ -4,8 +4,8 @@ import (
"encoding/json"
"net/http"
- "github.com/ewhal/nyaa/util/languages"
- "github.com/ewhal/nyaa/service/user"
+ "github.com/NyaaPantsu/nyaa/util/languages"
+ "github.com/NyaaPantsu/nyaa/service/user"
"github.com/gorilla/mux"
)