diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-01-03 21:32:56 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-01-03 21:32:56 -0500 |
commit | d65b8801af25c7581041d01479f03c3c6bd34cb6 (patch) | |
tree | 17e674af213e9ba30966cb3c89f8ed5b2feb67b7 /projects/flashrom | |
parent | 9af3d3c6e3dec05b877f02c9cfbe9a0f385acfb5 (diff) | |
download | librebootfr-d65b8801af25c7581041d01479f03c3c6bd34cb6.tar.gz librebootfr-d65b8801af25c7581041d01479f03c3c6bd34cb6.zip |
Prefer canonical flashrom repository over mirror
Diffstat (limited to 'projects/flashrom')
-rwxr-xr-x | projects/flashrom/flashrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/flashrom/flashrom b/projects/flashrom/flashrom index bc3199f0..e01b66be 100755 --- a/projects/flashrom/flashrom +++ b/projects/flashrom/flashrom @@ -27,7 +27,7 @@ usage() { download() { local repository=$project - project_download_git "$project" "$repository" "https://github.com/stefanct/flashrom.git" "$@" + project_download_git "$project" "$repository" 'https://review.coreboot.org/flashrom.git https://github.com/stefanct/flashrom.git' "$@" } download_check() { |