move package domain to alin.ovh
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M templates/index.go → templates/index.go
@@ -4,10 +4,10 @@ import ( "time" "github.com/dustin/go-humanize" - "go.alanpearce.eu/elgit/data" - g "go.alanpearce.eu/gomponents" - c "go.alanpearce.eu/gomponents/components" - . "go.alanpearce.eu/gomponents/html" + "alin.ovh/elgit/data" + g "alin.ovh/gomponents" + c "alin.ovh/gomponents/components" + . "alin.ovh/gomponents/html" ) func IndexPage(pd PageData, entries *data.Entries) g.Node {