mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: uhttpmock: Download over HTTPS.
* gnu/packages/web.scm (uhttpmock)[source]: Use HTTPS.
This commit is contained in:
parent
1db4bc5658
commit
4e4b81d060
1 changed files with 1 additions and 1 deletions
|
@ -4699,7 +4699,7 @@ (define-public uhttpmock
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue