aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorJohn M. Harris, Jr <johnmh@splentity.com>2018-05-22 09:38:34 -0400
committerJohn M. Harris, Jr <johnmh@splentity.com>2018-05-22 09:38:34 -0400
commitb8e0f0e74e3071a1cfe0f3f2310979820400996a (patch)
treee18b42b804ca68f691381ac3a6328e4347f42c08 /resources
parente3f790bd36d7ee7374501d38227a46e9d1e4b068 (diff)
downloadlibrebootfr-b8e0f0e74e3071a1cfe0f3f2310979820400996a.tar.gz
librebootfr-b8e0f0e74e3071a1cfe0f3f2310979820400996a.zip
Fix bucts URI in oldbuild download script
git.stuge.se is down, and has been for a while.
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/download/bucts2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts
index 7bea3e65..b57df1fd 100755
--- a/resources/scripts/helpers/download/bucts
+++ b/resources/scripts/helpers/download/bucts
@@ -37,7 +37,7 @@ rm -Rf "bucts/"
# ------------------------------------------------------------------------------
# download it using git
-git clone git://git.stuge.se/bucts.git
+git clone https://notabug.org/libreboot/bucts.git
# modifications are required
cd "bucts/"