commit: fb043a39ca933aa963b36f5599465beca598989b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jul 5 07:31:40 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 20:41:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb043a39
eclass/texlive-module: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31756 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> eclass/texlive-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 793a8dd25f89..9e7e5db2e8f8 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -81,7 +81,7 @@ _TEXLIVE_MODULE_ECLASS=1 inherit texlive-common -HOMEPAGE="http://www.tug.org/texlive/" +HOMEPAGE="https://www.tug.org/texlive/" COMMON_DEPEND=">=app-text/texlive-core-${TL_PV:-${PV}}"
