aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/build.sh
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-10-17 21:24:19 +0200
committerGitHub <noreply@github.com>2021-10-17 21:24:19 +0200
commitab7c6e162f82674d176466d361b1f87a0d55cf4a (patch)
treee7d515a73ee86d0c9e57b101dcbda11e6222bdb0 /.devcontainer/build.sh
parentbf83493c8db1ef8afab34a10d0253c0208304484 (diff)
parentc4b8ff314abd436d0444ea884ccf142a0b82c8c8 (diff)
Merge pull request #752 from carlosperate/mcuboot-url
Update git URLS, MCUboot is now an independent organisation
Diffstat (limited to '.devcontainer/build.sh')
-rw-r--r--.devcontainer/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh
index 8f0d0fa9..5dcdf91d 100644
--- a/.devcontainer/build.sh
+++ b/.devcontainer/build.sh
@@ -43,7 +43,7 @@ GetGcc() {
}
GetMcuBoot() {
- git clone https://github.com/JuulLabs-OSS/mcuboot.git "$TOOLS_DIR/mcuboot"
+ git clone https://github.com/mcu-tools/mcuboot.git "$TOOLS_DIR/mcuboot"
pip3 install -r "$TOOLS_DIR/mcuboot/scripts/requirements.txt"
}