From 64d002ded2d233b609cd1e9d63d239a359506988 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 7 Aug 2024 08:30:33 -1000 Subject: [PATCH] Meta: Update module identifier to point to github.com --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6d01568..a0698f9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module erynwells.me/hugo-erynwells-design-system/v2 +module github.com/erynofwales/hugo-theme-termlite/v2 go 1.22.4