guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/13: gnu: sg3-utils: Download over HTTPS.


From: guix-commits
Subject: 10/13: gnu: sg3-utils: Download over HTTPS.
Date: Thu, 3 Aug 2023 15:16:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 753ca72fc14c5bec7328604ad35cc342872503c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 30 02:00:00 2023 +0200

    gnu: sg3-utils: Download over HTTPS.
    
    * gnu/packages/scsi.scm (sg3-utils)[source]: Use HTTPS.
---
 gnu/packages/scsi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scsi.scm b/gnu/packages/scsi.scm
index a2dd263a7c..6e52e3aaa5 100644
--- a/gnu/packages/scsi.scm
+++ b/gnu/packages/scsi.scm
@@ -33,7 +33,7 @@
     (version "1.48")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://sg.danny.cz/sg/p/sg3_utils-";
+              (uri (string-append "https://sg.danny.cz/sg/p/sg3_utils-";
                                   version ".tar.xz"))
               (sha256
                (base32



reply via email to

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