diff options
Diffstat (limited to 'checkjobs.go')
-rw-r--r-- | checkjobs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checkjobs.go b/checkjobs.go index 1bd94b2..af9e9e5 100644 --- a/checkjobs.go +++ b/checkjobs.go @@ -3,8 +3,8 @@ package main import ( "bytes" "fmt" - "kch42.de/gostuff/mailremind/confhelper" - "kch42.de/gostuff/mailremind/model" + "github.com/kch42/mailremind/confhelper" + "github.com/kch42/mailremind/model" "log" "time" ) |