summaryrefslogtreecommitdiff
path: root/pwreset.go
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:11:19 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:11:19 +0200
commit6623458f9b6f6fcf977409189667c1be17bf3aeb (patch)
treef7523536d1dd27788292c27f8e4779ae545c7cca /pwreset.go
parentc5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff)
downloadmailremind-master.tar.gz
mailremind-master.tar.bz2
mailremind-master.zip
rename github accountHEADmaster
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 394b183..276dfdb 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"
- "github.com/kch42/mailremind/model"
+ "github.com/silvasur/mailremind/model"
"log"
"net/http"
)