all repos — homestead @ bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

Code for my website

move package domain to alin.ovh

Alan Pearce
commit

bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

parent

31a93c78521108b5c292e4cc0d9152e7e1e5483b

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

changed files
M internal/vcs/repository.gointernal/vcs/repository.go
@@ -4,9 +4,9 @@ import (
"errors" "os" - "go.alanpearce.eu/homestead/internal/config" - "go.alanpearce.eu/homestead/internal/file" - "go.alanpearce.eu/x/log" + "alin.ovh/homestead/internal/config" + "alin.ovh/homestead/internal/file" + "alin.ovh/x/log" "github.com/Southclaws/fault" "github.com/go-git/go-git/v5"