From 56b3ea876b1a048c71ed3fd97a410c4865ed9d4e Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 5 Jul 2017 08:43:44 -0600 Subject: [PATCH] Correct URL to restic plugin in comment --- caddyhttp/httpserver/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 58ffb29fb..a02de9bce 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -495,7 +495,7 @@ var directives = []string{ "awslambda", // github.com/coopernurse/caddy-awslambda "grpc", // github.com/pieterlouw/caddy-grpc "gopkg", // github.com/zikes/gopkg - "restic", // github.com/mholt/caddy-restic + "restic", // github.com/restic/caddy } const (