From f4af997935de0636a8313b53e594459757e6ce64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20B=C3=A1tyai?= Date: Thu, 17 Sep 2020 18:15:40 +0200 Subject: [PATCH] Update NuttX repository URLs (#4201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai daniel.batyai@h-lab.eu --- targets/nuttx-stm32f4/Makefile.travis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/nuttx-stm32f4/Makefile.travis b/targets/nuttx-stm32f4/Makefile.travis index 5b41b1a6e..792030b68 100644 --- a/targets/nuttx-stm32f4/Makefile.travis +++ b/targets/nuttx-stm32f4/Makefile.travis @@ -39,8 +39,8 @@ install-kconfig: # Fetch nuttx/{apps,nuttx} repositories. install-clone-nuttx: - git clone https://bitbucket.org/nuttx/apps.git ../apps -b releases/9.0 - git clone https://bitbucket.org/nuttx/nuttx.git ../nuttx -b releases/9.0 + git clone https://github.com/apache/incubator-nuttx-apps.git ../apps -b releases/9.0 + git clone https://github.com/apache/incubator-nuttx.git ../nuttx -b releases/9.0 # Perform all the necessary (JerryScript-independent) installation steps. install-noapt: install-kconfig install-clone-nuttx