aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme')
-rw-r--r--cmd/acme/config.go2
-rw-r--r--cmd/acme/file.go2
-rw-r--r--cmd/acme/main.go2
3 files changed, 3 insertions, 3 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"
)
diff --git a/cmd/acme/file.go b/cmd/acme/file.go
index b54246b..637ddee 100644
--- a/cmd/acme/file.go
+++ b/cmd/acme/file.go
@@ -8,7 +8,7 @@ import (
"os"
"path"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
func NewFile(fname string, mode os.FileMode) (io.WriteCloser, error) {
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 1a7aa78..093c8d9 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -8,7 +8,7 @@ import (
"log"
"time"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
var (