guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: testdisk: Download over HTTPS.


From: guix-commits
Subject: 05/05: gnu: testdisk: Download over HTTPS.
Date: Wed, 10 Jul 2019 11:39:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e14c06d87a37f7ce8ff05448192fada1ba079918
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 10 17:37:45 2019 +0200

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4168035..c3b8611 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1520,7 +1520,7 @@ characters can be replaced as well, as can UTF-8 
characters.")
     (version "7.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.cgsecurity.org/testdisk-";
+              (uri (string-append "https://www.cgsecurity.org/testdisk-";
                                   version ".tar.bz2"))
               (sha256
                (base32



reply via email to

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