gnu: lyx: Use HTTPS home page.
* gnu/packages/tex.scm (lyx)[home-page]: Use HTTPS.
This commit is contained in:
parent
0fc3af7d88
commit
8960b2e64d
|
@ -4347,7 +4347,7 @@ and Karl Berry.")
|
||||||
`(("python-2" ,python-2)
|
`(("python-2" ,python-2)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("bc" ,bc)))
|
("bc" ,bc)))
|
||||||
(home-page "http://www.lyx.org/")
|
(home-page "https://www.lyx.org/")
|
||||||
(synopsis "Document preparation system with GUI")
|
(synopsis "Document preparation system with GUI")
|
||||||
(description "LyX is a document preparation system. It excels at letting
|
(description "LyX is a document preparation system. It excels at letting
|
||||||
you create complex technical and scientific articles with mathematics,
|
you create complex technical and scientific articles with mathematics,
|
||||||
|
|
Loading…
Reference in New Issue