aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorDániel Bátyai <daniel.batyai@h-lab.eu>2020-09-17 18:15:40 +0200
committerGitHub <noreply@github.com>2020-09-17 18:15:40 +0200
commitf4af997935de0636a8313b53e594459757e6ce64 (patch)
treeb02ec0ba0571782c044a00b0e43cacfe9e515ba5 /targets
parent1be9573925ff3944031bb12d28ec4abb8c82593d (diff)
Update NuttX repository URLs (#4201)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai daniel.batyai@h-lab.eu
Diffstat (limited to 'targets')
-rw-r--r--targets/nuttx-stm32f4/Makefile.travis4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/nuttx-stm32f4/Makefile.travis b/targets/nuttx-stm32f4/Makefile.travis
index 5b41b1a6..792030b6 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