From adb2034d24ea559b447eaad05c85b4bb2e71314c Mon Sep 17 00:00:00 2001 From: kj Date: Mon, 1 Aug 2022 08:43:57 -0400 Subject: [PATCH] Update straight.el installation url file. --- configs/base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/base.el b/configs/base.el index 5b26e52..8d93ea2 100644 --- a/configs/base.el +++ b/configs/base.el @@ -27,7 +27,7 @@ (unless (file-exists-p bootstrap-file) (with-current-buffer (url-retrieve-synchronously - "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" + "https://raw.githubusercontent.com/radian-software/straight.el/master/install.el" 'silent 'inhibit-cookies) (goto-char (point-max)) (eval-print-last-sexp)))