From 2321d124c329b871c736ce40d903417f3c7a27ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Vavru=C5=A1a?= Date: Wed, 1 Apr 2015 09:59:13 +0200 Subject: [PATCH] build: fixed relocated Knot github repo --- scripts/bootstrap-depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 7ff2ae032..f066b47a6 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -6,7 +6,7 @@ CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git" LIBUV_TAG="v1.3.0" LIBUV_URL="https://github.com/libuv/libuv.git" KNOT_TAG="master" -KNOT_URL="https://github.com/CZNIC-Labs/knot.git" +KNOT_URL="https://github.com/CZ-NIC/knot.git" GMP_TAG="6.0.0" GMP_URL="https://gmplib.org/download/gmp/gmp-${GMP_TAG}.tar.xz" JANSSON_TAG="2.7" -- 2.47.2