From f5140502fd936ae26bc8d1ddff1f9431f18bd5de Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 14 May 2026 23:03:24 -0400 Subject: [PATCH] Fix module name --- get_history/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_history/go.mod b/get_history/go.mod index 2387dd8..13ddf66 100644 --- a/get_history/go.mod +++ b/get_history/go.mod @@ -1,3 +1,3 @@ -module github.com/alexselimov/hugo-unified-git-activity/get_history +module forge.alexselimov.com/aselimov/hugo-unified-git-activity/get_history go 1.22