From 476b56c672d3d0ddb6f5ee9fc53f485b3527dced Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Fri, 2 Jan 2026 17:43:22 +0400 Subject: [PATCH] Update repository URL for go-utils package --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ad51417..dc497f1 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ type Package struct { // Package mappings var packages = []Package{ { - Path: "/go-utils", + Path: "/utils", Repo: "https://github.com/aykhans/go-utils", VCS: "git", },