aboutsummaryrefslogtreecommitdiff
path: root/projects/bucts
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-11-30 20:21:25 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2017-11-30 20:21:25 -0500
commit971b440403059ffc2d5b3bd83330b550689ef9bd (patch)
tree8166bdb64eb6f7cc18224540e7968e4b3294974d /projects/bucts
parente558cd84004ef84164bc23fdd2f3f57fd7fddce0 (diff)
downloadlibrebootfr-971b440403059ffc2d5b3bd83330b550689ef9bd.tar.gz
librebootfr-971b440403059ffc2d5b3bd83330b550689ef9bd.zip
Update bucts URI to point to Libreboot's mirror
stuge.se is, seemingly, down indefinitely which means users can no longer automatically clone bucts using the build scripts; by changing the repo URI to Libreboot's mirror this issue is resolved.
Diffstat (limited to 'projects/bucts')
-rw-r--r--projects/bucts/bucts2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/bucts/bucts b/projects/bucts/bucts
index a5feeabc..4456bb55 100644
--- a/projects/bucts/bucts
+++ b/projects/bucts/bucts
@@ -27,7 +27,7 @@ usage() {
download() {
local repository="$project"
- project_download_git "$project" "$repository" 'git://git.stuge.se/bucts.git' "$@"
+ project_download_git "$project" "$repository" 'https://notabug.org/libreboot/bucts.git' "$@"
}
download_check() {