guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: powwow: Update download url scheme to tls.


From: ng0
Subject: [PATCH] gnu: powwow: Update download url scheme to tls.
Date: Tue, 02 Aug 2016 11:49:12 +0000

powwow source moved to TLS download, redirection happens, guix download
or gnutls gets confused and aborts. You know the problem.
This should fix the current redirection which breaks our
downloader/gnutls.

From 263fb5cc0047614b38c199e9eeb2f9629b240817 Mon Sep 17 00:00:00 2001
From: ng0 <address@hidden>
Date: Tue, 2 Aug 2016 11:43:36 +0000
Subject: [PATCH] gnu: powwow: Update download url scheme to tls.

* gnu/packages/games.scm (powwow)[source]: Change http to 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 9245742..fdbbd73 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2087,7 +2087,7 @@ is attributed to Albert Einstein.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://www.hoopajoo.net/static/projects/powwow-";
+                    "https://www.hoopajoo.net/static/projects/powwow-";
                     version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
-- 
2.9.2

-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

Attachment: signature.asc
Description: PGP signature


reply via email to

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