diff options
Diffstat (limited to 'plugin/deprecated/setup.go')
-rw-r--r-- | plugin/deprecated/setup.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/deprecated/setup.go b/plugin/deprecated/setup.go index 566e266ec..36c13bdb6 100644 --- a/plugin/deprecated/setup.go +++ b/plugin/deprecated/setup.go @@ -1,6 +1,6 @@ // Package deprecated is used when we deprecated plugin. In plugin.cfg just go from // -// startup:github.com/mholt/caddy/startupshutdown +// startup:github.com/caddyserver/caddy/startupshutdown // // To: // @@ -16,7 +16,7 @@ import ( "github.com/coredns/coredns/plugin" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) // removed has the names of the plugins that need to error on startup. |