Author: Jason A. Donenfeld <Jason@zx2c4.com>
Makefile: use more reliable git tarball mirror
Makefile | 2 +-
diff --git a/Makefile b/Makefile index 4a3980c0f8b319570fb5477e3663944b31c5de8f..24935274b04276eaf3c56a0d8079e70ead59a19a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> GIT_VER = 1.9.1 -GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz +GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r MAN5_TXT = $(wildcard *.5.txt)