diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:11:19 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:11:19 +0200 |
commit | 6623458f9b6f6fcf977409189667c1be17bf3aeb (patch) | |
tree | f7523536d1dd27788292c27f8e4779ae545c7cca /confhelper/confhelper.go | |
parent | c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff) | |
download | mailremind-master.tar.gz mailremind-master.tar.bz2 mailremind-master.zip |
Diffstat (limited to 'confhelper/confhelper.go')
-rw-r--r-- | confhelper/confhelper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/confhelper/confhelper.go b/confhelper/confhelper.go index 607f50f..d470357 100644 --- a/confhelper/confhelper.go +++ b/confhelper/confhelper.go @@ -1,7 +1,7 @@ package confhelper import ( - "github.com/kch42/simpleconf" + "github.com/silvasur/simpleconf" "log" ) |