Mike Banon has uploaded this change for review. ( https://review.coreboot.org/23855
Change subject: tint: change the tint download link from HTTP Debian to HTTPS FSF ......................................................................
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. I haven't found a similar HTTPS link at the Debian server and thought it is a good idea to take it from the Free Software Foundation server
Change-Id: I55147ee2668de03ba6e9feb84936de24b2a001df Signed-off-by: Mike Banon mikebdp2@gmail.com --- M payloads/external/tint/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/23855/1
diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 5ab8974..253bfea 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