]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: fixed relocated Knot github repo
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 1 Apr 2015 07:59:13 +0000 (09:59 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 1 Apr 2015 07:59:13 +0000 (09:59 +0200)
scripts/bootstrap-depends.sh

index 7ff2ae032084ef8e21a398026b8232380ed87f7f..f066b47a63a1cbcf2088166cf59adaaafdaa5db2 100755 (executable)
@@ -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"