aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/config.go')
-rw-r--r--cmd/acme/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 49e0270..1a30f61 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -8,7 +8,7 @@ import (
"strings"
"time"
- "dim13.org/acme"
+ "github.com/dim13/acme"
"gopkg.in/yaml.v2"
)