diff options
Diffstat (limited to 'mailing/mailer.go')
-rw-r--r-- | mailing/mailer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailing/mailer.go b/mailing/mailer.go index c9ab8d0..32d84d5 100644 --- a/mailing/mailer.go +++ b/mailing/mailer.go @@ -1,7 +1,7 @@ package mailing import ( - "github.com/kch42/simpleconf" + "github.com/silvasur/simpleconf" ) // Mailer is a interface that defines the Mail function. |