summaryrefslogtreecommitdiff
path: root/mails.go
diff options
context:
space:
mode:
Diffstat (limited to 'mails.go')
-rw-r--r--mails.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/mails.go b/mails.go
index 5fe663d..971a595 100644
--- a/mails.go
+++ b/mails.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"
"path"
"text/template"