summaryrefslogtreecommitdiffstats
path: root/service/user/verification.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/user/verification.go')
-rw-r--r--service/user/verification.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/service/user/verification.go b/service/user/verification.go
index e34093e..fe3ae75 100644
--- a/service/user/verification.go
+++ b/service/user/verification.go
@@ -7,12 +7,12 @@ import (
"strconv"
"time"
- "github.com/ewhal/nyaa/config"
- "github.com/ewhal/nyaa/db"
- "github.com/ewhal/nyaa/model"
- "github.com/ewhal/nyaa/util/email"
- "github.com/ewhal/nyaa/util/languages"
- "github.com/ewhal/nyaa/util/timeHelper"
+ "github.com/NyaaPantsu/nyaa/config"
+ "github.com/NyaaPantsu/nyaa/db"
+ "github.com/NyaaPantsu/nyaa/model"
+ "github.com/NyaaPantsu/nyaa/util/email"
+ "github.com/NyaaPantsu/nyaa/util/languages"
+ "github.com/NyaaPantsu/nyaa/util/timeHelper"
"github.com/gorilla/securecookie"
)