summaryrefslogtreecommitdiff
path: root/mails.go
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:16 +0200
committerKevin Chabowski <kevin@kch42.de>2013-09-21 12:01:16 +0200
commitac949695791da439496c4ce96ddda3153437e23a (patch)
tree641c459649110178950017cb9fdd260431d63f1b /mails.go
parentbc1dd802e346f02f36888174d9095baf12352f48 (diff)
downloadmailremind-ac949695791da439496c4ce96ddda3153437e23a.tar.gz
mailremind-ac949695791da439496c4ce96ddda3153437e23a.tar.bz2
mailremind-ac949695791da439496c4ce96ddda3153437e23a.zip
Project will move to GitHub soon.
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 dfae5d3..d43245e 100644
--- a/mails.go
+++ b/mails.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"
"path"
"text/template"