From 622a28a236b6b6ff9358e7b7ee06ece94909a8e0 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 24 Apr 2023 19:31:41 +0100 Subject: [PATCH] Fix the straight.el path again --- core/fpkg/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fpkg/core.el b/core/fpkg/core.el index 22ac7c9..f4231b0 100644 --- a/core/fpkg/core.el +++ b/core/fpkg/core.el @@ -53,7 +53,7 @@ (unless (file-exists-p bootstrap-file) (with-current-buffer (url-retrieve-synchronously - "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" + "ttps://raw.githubusercontent.com/radian-software/straight.el/develop/install.el" 'silent 'inhibit-cookies) (goto-char (point-max)) (eval-print-last-sexp)))