Merge pull request #155 from ksqsf/patch-1

elpa: Add gnu-devel and nongnu-devel
This commit is contained in:
Zenithal 2022-12-04 03:18:38 +08:00 committed by GitHub
commit cae1194534
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