diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 00:56:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 03:04:31 +0200 |
commit | a157fb2723597e82a6bcaa90bc35531fe595859e (patch) | |
tree | d09696c2c0fb0dc4c633d70012c399b4c957c1c0 /gnu | |
parent | e605820bc568939389f39420d8fee8b9b522779c (diff) | |
download | guix-a157fb2723597e82a6bcaa90bc35531fe595859e.tar guix-a157fb2723597e82a6bcaa90bc35531fe595859e.tar.gz |
gnu: radare2: Download over HTTPS.
* gnu/packages/engineering.scm (radare2)[source]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index c63e900c0b..ad70c0878f 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1251,7 +1251,7 @@ bindings for Python, Java, OCaml and more.") (version "2.5.0") (source (origin (method url-fetch) - (uri (string-append "http://radare.mikelloc.com/get/" version "/" + (uri (string-append "https://radare.mikelloc.com/get/" version "/" "radare2-" version ".tar.gz")) (sha256 (base32 |