summaryrefslogtreecommitdiffstats
path: root/router/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'router/router.go')
-rwxr-xr-xrouter/router.go2
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"
)