summaryrefslogtreecommitdiff
path: root/jobedit.go
diff options
context:
space:
mode:
Diffstat (limited to 'jobedit.go')
-rw-r--r--jobedit.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/jobedit.go b/jobedit.go
index b3bedf0..10f6fc6 100644
--- a/jobedit.go
+++ b/jobedit.go
@@ -3,9 +3,9 @@ package main
import (
"github.com/gorilla/mux"
"github.com/gorilla/sessions"
- "github.com/kch42/mailremind/confhelper"
- "github.com/kch42/mailremind/model"
- "github.com/kch42/mailremind/schedule"
+ "github.com/silvasur/mailremind/confhelper"
+ "github.com/silvasur/mailremind/model"
+ "github.com/silvasur/mailremind/schedule"
"log"
"net/http"
"net/url"