summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index 8e84e76..1a0756c 100644
--- a/handler.go
+++ b/handler.go
@@ -2,7 +2,7 @@ package main
import (
"github.com/gorilla/sessions"
- "github.com/kch42/mailremind/model"
+ "github.com/silvasur/mailremind/model"
"html/template"
"log"
"net/http"