Skip to content

Commit 8221e7f

Browse files
authored
Merge pull request #1147 from Chizi123/nongnu-elpa-url
2 parents d9dcd64 + 6135b2c commit 8221e7f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bootstrap.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
:build nil)))
133133

134134
(straight-use-recipes
135-
'(nongnu-elpa :type git
136-
:repo "https://git.savannah.gnu.org/git/emacs/nongnu.git"
135+
`(nongnu-elpa :type git
136+
:repo ,straight-recipes-nongnu-elpa-url
137137
:depth (full single-branch)
138138
:local-repo "nongnu-elpa"
139139
:build nil))

straight.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3410,6 +3410,11 @@ Otherwise, return nil."
34103410

34113411
;;;;;; NonGNU ELPA
34123412

3413+
(defcustom straight-recipes-nongnu-elpa-url
3414+
"https://git.savannah.gnu.org/git/emacs/nongnu.git"
3415+
"URL of the Git repository for the NONGNU ELPA package repository."
3416+
:type 'string)
3417+
34133418
(defun straight-recipes-nongnu-elpa--translate (recipe)
34143419
"Translate RECIPE into straight.el-style recipe."
34153420
(when recipe

0 commit comments

Comments
 (0)