From 79d04b36747e6d88862418051f52f864b7361d5a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 9 Nov 2020 09:00:32 +0100 Subject: gnu: bluefish: Download source over HTTPS. * gnu/packages/gnome.scm (bluefish)[source]: Use HTTPS. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 92ef018b51..91913c9e62 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9971,7 +9971,7 @@ only know by its Unicode name or code point.") (source (origin (method url-fetch) - (uri (string-append "http://www.bennewitz.com/bluefish/stable/source/" + (uri (string-append "https://www.bennewitz.com/bluefish/stable/source/" "bluefish-" version ".tar.gz")) (sha256 (base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x")))) -- cgit v1.2.3