elpa: Add gnu-devel and nongnu-devel

This commit is contained in:
ksqsf 2022-11-28 19:19:02 +08:00 committed by GitHub
parent 6197c02054
commit 9985e9b624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ UPSTREAMS=(
"rsync://elpa.nongnu.org/nongnu/"
"rsync://melpa.org/packages/"
"rsync://stable.melpa.org/packages-stable/"
"rsync://elpa.gnu.org/elpa-devel/"
"rsync://elpa.nongnu.org/nongnu-devel/"
)
REPOS=(
@ -23,6 +25,8 @@ REPOS=(
"nongnu"
"melpa"
"stable-melpa"
"gnu-devel"
"nongnu-devel"
)
for I in ${!UPSTREAMS[@]}; do