* Makefile (admin): Use https:// instead of git:// for the URI.

main
Sean Whitton 2022-12-18 14:18:15 -07:00
parent 7e1a099d7b
commit d1d82e3c06
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ manifest.scm: admin
admin:
git remote add --no-tags -ft elpa-admin \
gnu-elpa git://git.sv.gnu.org/emacs/elpa.git
gnu-elpa https://git.savannah.gnu.org/git/emacs/elpa.git
git worktree add -b elpa-admin admin gnu-elpa/elpa-admin