diff --git a/install-repo.sh b/install-repo.sh
index 0eef932..b57bd6c 100755
--- a/install-repo.sh
+++ b/install-repo.sh
@@ -34,15 +34,15 @@ maybe_clone "${GITHUB}" 'fare' 'asdf'
# Install Repo from Github
-maybe_clone "${GITHUB}" 'common-lisp-repo' 'repo'
+maybe_clone "${GITHUB}" 'kmx-io' 'repo'
if ! [ -f "${REPO_DIR}/repo.manifest" ]; then
- ( cd "${REPO_DIR}" && ln -s common-lisp-repo/repo/repo.manifest; )
+ ( cd "${REPO_DIR}" && ln -s kmx-io/repo/repo.manifest; )
fi
# Configure SBCL
{
echo "(load \"${REPO_DIR}/fare/asdf/build/asdf\")"
- echo "(load \"${REPO_DIR}/common-lisp-repo/repo/repo\")"
+ echo "(load \"${REPO_DIR}/kmx-io/repo/repo\")"
echo "(repo:boot)"
} >> ~/.sbclrc