about summary refs log tree commit diff stats
path: root/cmd/build/atom.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/build/atom.go')
-rw-r--r--cmd/build/atom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/build/atom.go b/cmd/build/atom.go
index e071af9..bf8d318 100644
--- a/cmd/build/atom.go
+++ b/cmd/build/atom.go
@@ -4,7 +4,7 @@ import (
 	"encoding/xml"
 	"time"
 
-	. "alanpearce.eu/website/internal/config"
+	. "website/internal/config"
 )
 
 func MakeTagURI(config Config, specific string) string {