mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: lyx: Download over HTTPS.
* gnu/packages/tex.scm (lyx)[source]: Use HTTPS.
This commit is contained in:
parent
b3701ca198
commit
cb72994e20
1 changed files with 1 additions and 1 deletions
|
@ -6232,7 +6232,7 @@ (define-public lyx
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue