From dcdbd0a19a7fba913e3e2063d079e6833009ca1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bari=C5=A1i=C4=87?= <48765171+MarkoBarisic@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:19:30 +0100 Subject: [PATCH] Fix primary urls (#1700) --- libs/setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/setup.sh b/libs/setup.sh index 76fb4fcfa..74291911e 100755 --- a/libs/setup.sh +++ b/libs/setup.sh @@ -123,10 +123,10 @@ declare -A primary_urls=( ["pulsar"]="http://$local_cache_host/git/pulsar.git" ["librdtsc"]="http://$local_cache_host/git/librdtsc.git" ["ctre"]="http://$local_cache_host/file/hanickadot/compile-time-regular-expressions/v3.7.2/single-header/ctre.hpp" - ["absl"]="https://$local_cache_host/git/abseil-cpp.git" - ["jemalloc"]="https://$local_cache_host/git/jemalloc.git" - ["range-v3"]="https://$local_cache_host/git/ericniebler/range-v3.git" - ["nuraft"]="https://$local_cache_host/git/eBay/NuRaft.git" + ["absl"]="http://$local_cache_host/git/abseil-cpp.git" + ["jemalloc"]="http://$local_cache_host/git/jemalloc.git" + ["range-v3"]="http://$local_cache_host/git/range-v3.git" + ["nuraft"]="http://$local_cache_host/git/NuRaft.git" ) # The goal of secondary urls is to have links to the "source of truth" of