diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 22:46:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 23:36:33 +0200 |
commit | 4e4b81d06069f87d5131db478b01af3e27e60863 (patch) | |
tree | 9984551b8b0e0b150fb712839a3327b16311e696 /gnu | |
parent | 1db4bc56586c0a3ca1b46883a57d877ab5ee916c (diff) | |
download | guix-4e4b81d06069f87d5131db478b01af3e27e60863.tar.gz guix-4e4b81d06069f87d5131db478b01af3e27e60863.zip |
gnu: uhttpmock: Download over HTTPS.
* gnu/packages/web.scm (uhttpmock)[source]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
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")))) |