aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-03-20 11:20:01 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-20 11:20:01 -0600
commit88b93113235452d47e7ce474689327c43e64b843 (patch)
tree8f3098f1091d1a60cb49654a98518887f6b5e319
parent45315f846c2e2ee6663f0ba8cc454384d2b9e3ea (diff)
downloadcgit-88b93113235452d47e7ce474689327c43e64b843.tar.gz
cgit-88b93113235452d47e7ce474689327c43e64b843.tar.bz2
Makefile: use more reliable git tarball mirror
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a3980c..2493527 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)