aboutsummaryrefslogtreecommitdiff
path: root/coremain/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'coremain/run.go')
-rw-r--r--coremain/run.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/coremain/run.go b/coremain/run.go
index e85159543..2ae9d0b32 100644
--- a/coremain/run.go
+++ b/coremain/run.go
@@ -14,10 +14,10 @@ import (
"github.com/mholt/caddy"
- "github.com/miekg/coredns/core/dnsserver"
+ "github.com/coredns/coredns/core/dnsserver"
// Plug in CoreDNS
- _ "github.com/miekg/coredns/core"
+ _ "github.com/coredns/coredns/core"
)
func init() {