diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-27 20:54:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-27 22:00:14 +0200 |
commit | 8960b2e64d4657e4c520da8ff85d9eb8b12a10b6 (patch) | |
tree | 95bdadf5706ddcb949ff4a1b9854c042a17d5d95 /gnu/packages/tex.scm | |
parent | 0fc3af7d8872129a3497c6fc62f24205d29728c1 (diff) | |
download | guix-8960b2e64d4657e4c520da8ff85d9eb8b12a10b6.tar guix-8960b2e64d4657e4c520da8ff85d9eb8b12a10b6.tar.gz |
gnu: lyx: Use HTTPS home page.
* gnu/packages/tex.scm (lyx)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/tex.scm')
-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 c8ea45aee4..db1f120ce6 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4347,7 +4347,7 @@ and Karl Berry.") `(("python-2" ,python-2) ("pkg-config" ,pkg-config) ("bc" ,bc))) - (home-page "http://www.lyx.org/") + (home-page "https://www.lyx.org/") (synopsis "Document preparation system with GUI") (description "LyX is a document preparation system. It excels at letting you create complex technical and scientific articles with mathematics, |