diff options
Diffstat (limited to 'router/faqHandler.go')
-rw-r--r-- | router/faqHandler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/router/faqHandler.go b/router/faqHandler.go index 0dd20f1..dd2d3e7 100644 --- a/router/faqHandler.go +++ b/router/faqHandler.go @@ -3,7 +3,7 @@ package router import ( "net/http" - "github.com/ewhal/nyaa/util/languages" + "github.com/NyaaPantsu/nyaa/util/languages" "github.com/gorilla/mux" ) |