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)))