guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: lyx: Download over HTTPS.


From: guix-commits
Subject: 02/05: gnu: lyx: Download over HTTPS.
Date: Mon, 11 Nov 2019 22:05:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cb72994e208bb8d974da908ade59c17707043f87
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 11 17:12:55 2019 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6df3917..34c4b55 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6232,7 +6232,7 @@ and Karl Berry.")
     (version "2.3.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://ftp.lyx.org/pub/lyx/stable/";
+              (uri (string-append "https://ftp.lyx.org/pub/lyx/stable/";
                                   (version-major+minor version) ".x/"
                                   "lyx-" version ".tar.gz"))
               (sha256



reply via email to

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