From 15431b86ba2d832eeeb293f5f637e4d357c55b03 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Mon, 2 Feb 2026 07:15:27 +0530 Subject: [PATCH] fix: update submodule URL for skills repository - Changed the URL of the "skills" submodule to point to the new repository location at https://github.com/alphahumanxyz/skills. This update ensures that the project references the correct submodule repository. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0b92f277e..f0987d0b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "skills"] path = skills - url = https://github.com/vezuresdotxyz/alphahuman-skills + url = https://github.com/alphahumanxyz/skills