branch: main
commit d1d82e3c069801f7d8fa8060e8a0975a1991e968
Author: Sean Whitton <spwhit...@spwhitton.name>
Commit: Sean Whitton <spwhit...@spwhitton.name>

    * Makefile (admin): Use https:// instead of git:// for the URI.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 23a203cd93..94009397de 100644
--- a/Makefile
+++ b/Makefile
@@ -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

Reply via email to