aboutsummaryrefslogtreecommitdiff
path: root/installer/installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/installer.sh')
-rwxr-xr-xinstaller/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.sh b/installer/installer.sh
index fafe6df..b2308f3 100755
--- a/installer/installer.sh
+++ b/installer/installer.sh
@@ -13,7 +13,7 @@ fi
# Clone emacs-substrate
pushd $EMACS_DIR
-git clone https://github.com/Etenil/emacs-substrate.git
+git clone https://git.etenil.net/emacs-substrate
# Download and prep early-init.el
sed "s%INSTALL_PATH%$EMACS_DIR/emacs-substrate%g" < emacs-substrate/installer/early-init.el > "$EMACS_DIR/early-init.el"