summaryrefslogtreecommitdiffstats
path: root/router/templateFunctions.go
diff options
context:
space:
mode:
Diffstat (limited to 'router/templateFunctions.go')
-rw-r--r--router/templateFunctions.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/router/templateFunctions.go b/router/templateFunctions.go
index 5bbb193..c489fde 100644
--- a/router/templateFunctions.go
+++ b/router/templateFunctions.go
@@ -7,9 +7,9 @@ import (
"net/url"
"strconv"
- "github.com/ewhal/nyaa/config"
- "github.com/ewhal/nyaa/service/user/permission"
- "github.com/ewhal/nyaa/util/languages"
+ "github.com/NyaaPantsu/nyaa/config"
+ "github.com/NyaaPantsu/nyaa/service/user/permission"
+ "github.com/NyaaPantsu/nyaa/util/languages"
"github.com/nicksnyder/go-i18n/i18n"
)