about summary refs log tree commit diff stats
path: root/internal/listenfd/listenfd.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/listenfd/listenfd.go')
-rw-r--r--internal/listenfd/listenfd.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/listenfd/listenfd.go b/internal/listenfd/listenfd.go
index 651c245..a45637e 100644
--- a/internal/listenfd/listenfd.go
+++ b/internal/listenfd/listenfd.go
@@ -5,7 +5,8 @@ import (
 	"net"
 	"os"
 	"strconv"
-	"website/internal/log"
+
+	"go.alanpearce.eu/website/internal/log"
 
 	"github.com/pkg/errors"
 )