summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 22:46:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 23:36:33 +0200
commit4e4b81d06069f87d5131db478b01af3e27e60863 (patch)
tree9984551b8b0e0b150fb712839a3327b16311e696 /gnu/packages/web.scm
parent1db4bc56586c0a3ca1b46883a57d877ab5ee916c (diff)
downloadguix-patches-4e4b81d06069f87d5131db478b01af3e27e60863.tar
guix-patches-4e4b81d06069f87d5131db478b01af3e27e60863.tar.gz
gnu: uhttpmock: Download over HTTPS.
* gnu/packages/web.scm (uhttpmock)[source]: Use HTTPS.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c846bef21c..f36fc0a4ec 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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"))))