guix-commits
[Top][All Lists]
Advanced

[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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]