branch: main
commit a4124a544eb0191145d4ba9a92b56d45759eacdc
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * Makefile (gnu-elpa git): Fix URL for elpa.git
    
    Use The `git` transport because it is significantly faster (in terms of
    time before the transfer starts, which can take about a minute when
    using `https`).
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1abc6f3..24f8fe5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,5 @@ GNUmakefile: admin
 
 admin:
        git remote add --no-tags -ft elpa-admin \
-           gnu-elpa https://git.sv.gnu.org/r/emacs/elpa.git
+           gnu-elpa git://git.sv.gnu.org/emacs/elpa.git
        git worktree add -b elpa-admin admin gnu-elpa/elpa-admin

Reply via email to