guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: dialog: Download sources over HTTPS.


From: guix-commits
Subject: 09/16: gnu: dialog: Download sources over HTTPS.
Date: Mon, 18 Feb 2019 12:07:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 89e1b270d24c048cd97c93729be16650eea11651
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 17:31:35 2019 +0100

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

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index e314ab2..ae3fb88 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -233,7 +233,7 @@ ncursesw library provides wide character support.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://invisible-mirror.net/archives/dialog/dialog-";
+                    "https://invisible-mirror.net/archives/dialog/dialog-";
                     version ".tgz"))
               (sha256
                (base32



reply via email to

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