summaryrefslogtreecommitdiff
path: root/tpls.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpls.go')
-rw-r--r--tpls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpls.go b/tpls.go
index a3a86a1..92cbeb0 100644
--- a/tpls.go
+++ b/tpls.go
@@ -1,8 +1,8 @@
package main
import (
+ "github.com/kch42/mailremind/confhelper"
"html/template"
- "kch42.de/gostuff/mailremind/confhelper"
"log"
"path"
)