From f2ebab1560a43ee8de3f7a205880815f42b81c30 Mon Sep 17 00:00:00 2001 From: secretlay3r <80585554+secretlay3r@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:28:15 +0300 Subject: [PATCH] fix: Correct repository link to the actual one (#42) - Updated the repository URL to point to the correct and current repository location --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 31723f2..c83c0b0 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # Installs SuperClaude configuration framework to enhance Claude Code # Version: 2.0.0 # License: MIT -# Repository: https://github.com/nshkrdotcom/SuperClaude +# Repository: https://github.com/NomenAK/SuperClaude set -e # Exit on error set -o pipefail # Exit on pipe failure @@ -1853,4 +1853,4 @@ else echo "" echo "For manual installation, see README.md" exit 1 -fi \ No newline at end of file +fi