guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: powwow: Use HTTPS download.


From: Andreas Enge
Subject: 01/01: gnu: powwow: Use HTTPS download.
Date: Tue, 2 Aug 2016 09:21:42 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit cc30a47273c1d58f0e70c6a452c525b96d20eee0
Author: Andreas Enge <address@hidden>
Date:   Tue Aug 2 11:21:00 2016 +0200

    gnu: powwow: Use HTTPS download.
    
    * gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
---
 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 c17d200..e467dbe 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2088,7 +2088,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



reply via email to

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