diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-07 05:19:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-12 03:02:31 +0100 |
commit | 2dffd9c6731870cb9ea01a9617d2ca8e87da322b (patch) | |
tree | a1a7721afea494457f2f572b7f928cecd9b5b865 | |
parent | 00d3c3e9b8d27a39922245a9fe9d02d610ff1ce8 (diff) |
gnu: fio: Download over HTTPS.
* gnu/packages/benchmark.scm (fio)[source]: Use HTTPS.
-rw-r--r-- | gnu/packages/benchmark.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 7f8e4580dc..f9e819460e 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 |