summaryrefslogtreecommitdiff
path: root/system/tls/enable.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/tls/enable.go')
-rw-r--r--system/tls/enable.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/tls/enable.go b/system/tls/enable.go
index 12d63bc..6caa710 100644
--- a/system/tls/enable.go
+++ b/system/tls/enable.go
@@ -12,8 +12,8 @@ import (
"path/filepath"
"time"
- "github.com/ponzu-cms/ponzu/system/db"
- "github.com/ponzu-cms/ponzu/system/cfg"
+ "github.com/haturatu/ponzu/system/db"
+ "github.com/haturatu/ponzu/system/cfg"
"golang.org/x/crypto/acme/autocert"
)