guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: uhttpmock: Download over HTTPS.


From: guix-commits
Subject: 01/03: gnu: uhttpmock: Download over HTTPS.
Date: Tue, 11 Aug 2020 17:36:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4e4b81d06069f87d5131db478b01af3e27e60863
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 22:46:36 2020 +0200

    gnu: uhttpmock: Download over HTTPS.
    
    * gnu/packages/web.scm (uhttpmock)[source]: Use HTTPS.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c846bef..f36fc0a 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]