mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: fio: Download over HTTPS.
* gnu/packages/benchmark.scm (fio)[source]: Use HTTPS.
This commit is contained in:
parent
00d3c3e9b8
commit
2dffd9c673
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ (define-public fio
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue