diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 09:31:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 22:41:03 +0200 |
commit | fb043a39ca933aa963b36f5599465beca598989b (patch) | |
tree | 860c4004e46a437e0b4b413a5e2357df6d2d9664 /eclass/texlive-module.eclass | |
parent | net-wireless/unifi: add 7.4.162 (diff) | |
download | gentoo-fb043a39ca933aa963b36f5599465beca598989b.tar.gz gentoo-fb043a39ca933aa963b36f5599465beca598989b.tar.bz2 gentoo-fb043a39ca933aa963b36f5599465beca598989b.zip |
eclass/texlive-module: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31756
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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}}" |