summaryrefslogtreecommitdiff
path: root/checkjobs.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 /checkjobs.go
parentc5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff)
downloadmailremind-master.tar.gz
mailremind-master.tar.bz2
mailremind-master.zip
rename github accountHEADmaster
Diffstat (limited to 'checkjobs.go')
-rw-r--r--checkjobs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkjobs.go b/checkjobs.go
index af9e9e5..eecbe72 100644
--- a/checkjobs.go
+++ b/checkjobs.go
@@ -3,8 +3,8 @@ package main
import (
"bytes"
"fmt"
- "github.com/kch42/mailremind/confhelper"
- "github.com/kch42/mailremind/model"
+ "github.com/silvasur/mailremind/confhelper"
+ "github.com/silvasur/mailremind/model"
"log"
"time"
)