summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc/FREEBSD-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/jemalloc/FREEBSD-upgrade')
-rwxr-xr-xcontrib/jemalloc/FREEBSD-upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jemalloc/FREEBSD-upgrade b/contrib/jemalloc/FREEBSD-upgrade
index eb702d8..a54b5c4 100755
--- a/contrib/jemalloc/FREEBSD-upgrade
+++ b/contrib/jemalloc/FREEBSD-upgrade
@@ -60,7 +60,7 @@ do_extract() {
local rev=$1
# Clone.
rm -rf ${work}
- git clone git://canonware.com/jemalloc.git ${work}
+ git clone https://github.com/jemalloc/jemalloc.git ${work}
(
cd ${work}
if [ "x${rev}" != "x" ] ; then
OpenPOWER on IntegriCloud