Skip to content

Commit 9985e9b

Browse files
authored
elpa: Add gnu-devel and nongnu-devel
1 parent 6197c02 commit 9985e9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: elpa.sh

+4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ UPSTREAMS=(
1616
"rsync://elpa.nongnu.org/nongnu/"
1717
"rsync://melpa.org/packages/"
1818
"rsync://stable.melpa.org/packages-stable/"
19+
"rsync://elpa.gnu.org/elpa-devel/"
20+
"rsync://elpa.nongnu.org/nongnu-devel/"
1921
)
2022

2123
REPOS=(
2224
"gnu"
2325
"nongnu"
2426
"melpa"
2527
"stable-melpa"
28+
"gnu-devel"
29+
"nongnu-devel"
2630
)
2731

2832
for I in ${!UPSTREAMS[@]}; do

0 commit comments

Comments
 (0)