summaryrefslogtreecommitdiff
path: root/jobedit.go
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:16 +0200
committerKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:16 +0200
commitac949695791da439496c4ce96ddda3153437e23a (patch)
tree641c459649110178950017cb9fdd260431d63f1b /jobedit.go
parentbc1dd802e346f02f36888174d9095baf12352f48 (diff)
downloadmailremind-ac949695791da439496c4ce96ddda3153437e23a.tar.gz
mailremind-ac949695791da439496c4ce96ddda3153437e23a.tar.bz2
mailremind-ac949695791da439496c4ce96ddda3153437e23a.zip
Project will move to GitHub soon.
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 6057767..6799bf8 100644
--- a/jobedit.go
+++ b/jobedit.go
@@ -3,9 +3,9 @@ package main
import (
"github.com/gorilla/mux"
"github.com/gorilla/sessions"
- "kch42.de/gostuff/mailremind/confhelper"
- "kch42.de/gostuff/mailremind/model"
- "kch42.de/gostuff/mailremind/schedule"
+ "github.com/kch42/mailremind/confhelper"
+ "github.com/kch42/mailremind/model"
+ "github.com/kch42/mailremind/schedule"
"log"
"net/http"
"net/url"