all repos — homestead @ bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

Code for my website

move package domain to alin.ovh

Alan Pearce
commit

bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

parent

31a93c78521108b5c292e4cc0d9152e7e1e5483b

1 file changed, 4 insertions(+), 4 deletions(-)

changed files
M internal/builder/template/template.gointernal/builder/template/template.go
@@ -6,10 +6,10 @@ "encoding/xml"
"io" "text/template" - "go.alanpearce.eu/homestead/internal/atom" - "go.alanpearce.eu/homestead/internal/config" - "go.alanpearce.eu/homestead/internal/content" - "go.alanpearce.eu/homestead/templates" + "alin.ovh/homestead/internal/atom" + "alin.ovh/homestead/internal/config" + "alin.ovh/homestead/internal/content" + "alin.ovh/homestead/templates" "github.com/PuerkitoBio/goquery" "github.com/Southclaws/fault"