From dd9ae285236b68384a19132871f889b51c066d1b Mon Sep 17 00:00:00 2001 From: HUBERT MICKAEL Date: Thu, 22 Nov 2018 10:04:56 +0100 Subject: [PATCH] change git repo for bcg729 change git repo for bcg729 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1baaa58..01ce9b8 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ mod_bcg729.o: bcg729 mod_bcg729.c clone_bcg729: if [ ! -d bcg729 ]; then \ - git clone git://git.linphone.org/bcg729.git; \ + git clone https://github.com/BelledonneCommunications/bcg729.git; \ fi pushd bcg729; git fetch; git checkout 1.0.4; popd;