guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: pioneers: Download over HTTPS.


From: guix-commits
Subject: 05/10: gnu: pioneers: Download over HTTPS.
Date: Tue, 11 Aug 2020 10:27:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 505ceff606ef8d468c07101bb986d148efd6f7ae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 16:09:11 2020 +0200

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9329e34..82a9660 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4196,7 +4196,7 @@ are only two levels to play with, but they are very 
addictive.")
     (version "15.6")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://downloads.sourceforge.net/pio/";
+              (uri (string-append "https://downloads.sourceforge.net/pio/";
                                   "pioneers-" version ".tar.gz"))
               (sha256
                (base32



reply via email to

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