diff options
author | Mike Banon <mikebdp2@gmail.com> | 2018-02-23 19:55:09 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-07 06:46:02 +0000 |
commit | 794284ff0ee92f7f60c4d33dbf43bf007979389c (patch) | |
tree | 4af4182d87a62f608ea264d678ba931b8a6061ff /payloads/external/tint | |
parent | 9829b6f4081da1e64333e67b7866efb9c14fe648 (diff) | |
download | coreboot-794284ff0ee92f7f60c4d33dbf43bf007979389c.tar.xz |
tint: change the tint download link from HTTP Debian to HTTPS FSF
Last time there was a request to change a link from HTTP to HTTPS, also
it seems more ethical to use a link to the Free Software Foundation
server. SHA1 is the same - 7fcaa428c6d0de7096d1e4fbfd14848096ae5aad.
Change-Id: I55147ee2668de03ba6e9feb84936de24b2a001df
Signed-off-by: Mike Banon <mikebdp2@gmail.com>
Reviewed-on: https://review.coreboot.org/23855
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/external/tint')
-rw-r--r-- | payloads/external/tint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 5ab89741dd..253bfea9dd 100644 --- a/payloads/external/tint/Makefile +++ b/payloads/external/tint/Makefile @@ -1,4 +1,4 @@ -project_url=http://http.debian.net/debian/pool/main/t/tint/tint_0.04+nmu1.tar.gz +project_url=https://mirror.fsf.org/trisquel/pool/main/t/tint/tint_0.04+nmu1.tar.gz archive_name=tint_0.04+nmu1.tar.gz unexport KCONFIG_AUTOHEADER |