diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-11 17:12:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 04:05:29 +0100 |
commit | cb72994e208bb8d974da908ade59c17707043f87 (patch) | |
tree | 5257969180c4c50988a5f8436a23049d2dde92ba | |
parent | b3701ca198684b318d3ff632616ae1158534b491 (diff) | |
download | patches-cb72994e208bb8d974da908ade59c17707043f87.tar patches-cb72994e208bb8d974da908ade59c17707043f87.tar.gz |
gnu: lyx: Download over HTTPS.
* gnu/packages/tex.scm (lyx)[source]: Use HTTPS.
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 6df3917920..34c4b55025 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 |