aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHao <hao@byzantine-lab.io>2019-09-16 14:50:28 +0800
committerHao <hao@byzantine-lab.io>2019-09-17 11:05:19 +0800
commit1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f (patch)
tree8d84e1f0d02d1a2c6c32edc2e00b01bd0a8c8e3e /bin
parentf512ccb3c6a67216c064f719554f21b7ccea1a1e (diff)
downloadtangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.tar.gz
tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.tar.zst
tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.zip
misc: migrate to github.com/tangerine-network
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install_dkg_dep.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/install_dkg_dep.sh b/bin/install_dkg_dep.sh
index ed37543..4bdb9f1 100755
--- a/bin/install_dkg_dep.sh
+++ b/bin/install_dkg_dep.sh
@@ -7,12 +7,12 @@ fi
if [ ! -d .dep/dkg ]; then
mkdir -p .dep/dkg
cd .dep/dkg
- git clone --depth 1 -b master git://github.com/byzantine-lab/bls.git &
- git clone --depth 1 -b master git://github.com/byzantine-lab/mcl.git &
+ git clone --depth 1 -b master git://github.com/tangerine-network/bls.git &
+ git clone --depth 1 -b master git://github.com/tangerine-network/mcl.git &
wait
cd bls
make test_go -j MCL_USE_OPENSSL=0
cd ../../../
fi
-cd vendor/github.com/byzantine-lab && rm -rf bls mcl
+cd vendor/github.com/tangerine-network && rm -rf bls mcl
ln -s ../../../.dep/dkg/* .