diff options
Diffstat (limited to 'router/templateVariables.go')
-rw-r--r-- | router/templateVariables.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/router/templateVariables.go b/router/templateVariables.go index c6f5d9c..6968da7 100644 --- a/router/templateVariables.go +++ b/router/templateVariables.go @@ -4,10 +4,10 @@ import ( "net/http" "net/url" - "github.com/ewhal/nyaa/common" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/service/user" - userForms "github.com/ewhal/nyaa/service/user/form" + "github.com/NyaaPantsu/nyaa/common" + "github.com/NyaaPantsu/nyaa/model" + "github.com/NyaaPantsu/nyaa/service/user" + userForms "github.com/NyaaPantsu/nyaa/service/user/form" "github.com/gorilla/mux" ) |