From 8960b2e64d4657e4c520da8ff85d9eb8b12a10b6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 27 Mar 2018 20:54:23 +0200 Subject: gnu: lyx: Use HTTPS home page. * gnu/packages/tex.scm (lyx)[home-page]: Use HTTPS. --- gnu/packages/tex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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, -- cgit v1.2.3