summaryrefslogtreecommitdiff
path: root/pwreset.go
diff options
context:
space:
mode:
Diffstat (limited to 'pwreset.go')
-rw-r--r--pwreset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwreset.go b/pwreset.go
index f772a0a..394b183 100644
--- a/pwreset.go
+++ b/pwreset.go
@@ -3,7 +3,7 @@ package main
import (
"code.google.com/p/go.crypto/bcrypt"
"github.com/gorilla/sessions"
- "kch42.de/gostuff/mailremind/model"
+ "github.com/kch42/mailremind/model"
"log"
"net/http"
)