refactor: s/raxod502/radian-software

Amend: 77e9932966
This commit is contained in:
Henrik Lissner 2022-06-18 15:08:25 +02:00
parent 4bf49785fd
commit 8ffd32b7c4
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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