gnu: uhttpmock: Download over HTTPS.

* gnu/packages/web.scm (uhttpmock)[source]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 22:46:36 +02:00
parent 1db4bc5658
commit 4e4b81d060
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -4699,7 +4699,7 @@ you'd expect.")
(source
(origin
(method url-fetch)
(uri (string-append "http://tecnocode.co.uk/downloads/uhttpmock/"
(uri (string-append "https://tecnocode.co.uk/downloads/uhttpmock/"
"uhttpmock-" version ".tar.xz"))
(sha256
(base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p"))))