diff options
Diffstat (limited to 'router/router.go')
-rwxr-xr-x | router/router.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/router/router.go b/router/router.go index 339eb7e..0754c07 100755 --- a/router/router.go +++ b/router/router.go @@ -3,7 +3,7 @@ package router import ( "net/http" - "github.com/ewhal/nyaa/service/captcha" + "github.com/NyaaPantsu/nyaa/service/captcha" // "github.com/gorilla/handlers" "github.com/gorilla/mux" ) |