From 74668b7cf7dbb6faa16c3b24d0ddf95ecd88044b Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Tue, 23 Oct 2018 20:52:59 +0000 Subject: [PATCH] config/source: use https for SOURCEFORGE_SRC Signed-off-by: Ian Leonard --- config/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources b/config/sources index 9971c2a33e..fe19a603fe 100644 --- a/config/sources +++ b/config/sources @@ -1,2 +1,2 @@ # Sourceforge download site - SOURCEFORGE_SRC="http://prdownloads.sourceforge.net" \ No newline at end of file + SOURCEFORGE_SRC="https://prdownloads.sourceforge.net"