summaryrefslogtreecommitdiff
path: root/model/mysql/jobs.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 /model/mysql/jobs.go
parentc5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff)
downloadmailremind-6623458f9b6f6fcf977409189667c1be17bf3aeb.tar.gz
mailremind-6623458f9b6f6fcf977409189667c1be17bf3aeb.tar.bz2
mailremind-6623458f9b6f6fcf977409189667c1be17bf3aeb.zip
rename github accountHEADmaster
Diffstat (limited to 'model/mysql/jobs.go')
-rw-r--r--model/mysql/jobs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/model/mysql/jobs.go b/model/mysql/jobs.go
index 2f30005..a2e87c4 100644
--- a/model/mysql/jobs.go
+++ b/model/mysql/jobs.go
@@ -3,8 +3,8 @@ package mysql
import (
"database/sql"
"fmt"
- "github.com/kch42/mailremind/model"
- "github.com/kch42/mailremind/schedule"
+ "github.com/silvasur/mailremind/model"
+ "github.com/silvasur/mailremind/schedule"
"log"
"time"
)