guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: fio: Download over HTTPS.


From: guix-commits
Subject: 10/15: gnu: fio: Download over HTTPS.
Date: Wed, 11 Dec 2019 21:03:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2dffd9c6731870cb9ea01a9617d2ca8e87da322b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 7 05:19:39 2019 +0100

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

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 7f8e458..f9e8194 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -46,7 +46,7 @@
     (version "3.16")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://brick.kernel.dk/snaps/";
+              (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32



reply via email to

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