diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-11-30 20:21:25 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-11-30 20:21:25 -0500 |
commit | 971b440403059ffc2d5b3bd83330b550689ef9bd (patch) | |
tree | 8166bdb64eb6f7cc18224540e7968e4b3294974d /projects | |
parent | e558cd84004ef84164bc23fdd2f3f57fd7fddce0 (diff) | |
download | librebootfr-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')
-rw-r--r-- | projects/bucts/bucts | 2 |
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() { |