summaryrefslogtreecommitdiff
path: root/jobedit.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 /jobedit.go
parentc5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff)
downloadmailremind-6623458f9b6f6fcf977409189667c1be17bf3aeb.tar.gz
mailremind-6623458f9b6f6fcf977409189667c1be17bf3aeb.tar.bz2
mailremind-6623458f9b6f6fcf977409189667c1be17bf3aeb.zip
rename github accountHEADmaster
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"