[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: bluefish: Download source over HTTPS.
From: |
guix-commits |
Subject: |
04/08: gnu: bluefish: Download source over HTTPS. |
Date: |
Mon, 9 Nov 2020 04:24:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 79d04b36747e6d88862418051f52f864b7361d5a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 09:00:32 2020 +0100
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(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 92ef018..91913c9 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"))))
- branch master updated (b9495d0 -> 3d2989d), guix-commits, 2020/11/09
- 01/08: gnu: soci: Update to 4.0.1., guix-commits, 2020/11/09
- 02/08: gnu: soci: Configure LIBDIR normally., guix-commits, 2020/11/09
- 03/08: gnu: soci: Support Firebird., guix-commits, 2020/11/09
- 05/08: gnu: bluefish: Update to 2.2.12., guix-commits, 2020/11/09
- 06/08: gnu: bluefish: Tweak description., guix-commits, 2020/11/09
- 07/08: gnu: gqrx: Update to 2.13.5., guix-commits, 2020/11/09
- 04/08: gnu: bluefish: Download source over HTTPS.,
guix-commits <=
- 08/08: gnu: flrig: Update to 1.3.52., guix-commits, 2020/11/09