From 8ffd32b7c46f1d6ca353536cc63d208c560ed078 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 18 Jun 2022 15:08:25 +0200 Subject: [PATCH] refactor: s/raxod502/radian-software Amend: 77e9932966bb --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index 2e8a93c7f..ac780e6c6 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -118,7 +118,7 @@ uses a straight or package.el command directly).") (let ((repo-dir (doom-path straight-base-dir "straight/repos/straight.el")) (repo-url (concat "http" (if gnutls-verify-error "s") "://github.com/" - (or (plist-get recipe :repo) "raxod502/straight.el"))) + (or (plist-get recipe :repo) "radian-software/straight.el"))) (branch (or (plist-get recipe :branch) straight-repository-branch)) (call (if doom-debug-p (lambda (&rest args)