commit: 84fd54050e395e23b5355ac78ddaefbfcbd1f9ad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 02:40:16 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 02:40:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fd5405
app-doc/tldp-howto: HTTPSify Signed-off-by: Sam James <sam <AT> gentoo.org> app-doc/tldp-howto/tldp-howto-20120707.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-doc/tldp-howto/tldp-howto-20120707.ebuild b/app-doc/tldp-howto/tldp-howto-20120707.ebuild index 49ad1d5434e8..676b8cb13177 100644 --- a/app-doc/tldp-howto/tldp-howto-20120707.ebuild +++ b/app-doc/tldp-howto/tldp-howto-20120707.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="The Linux Documentation Project HOWTOs" -HOMEPAGE="http://www.tldp.org" +HOMEPAGE="https://tldp.org" -MY_SRC="http://www.ibiblio.org/pub/Linux/docs/HOWTO" +MY_SRC="https://www.ibiblio.org/pub/Linux/docs/HOWTO" SRC_URI=" html? ( ${MY_SRC}/other-formats/html/Linux-html-HOWTOs-${PV}.tar.bz2 ) htmlsingle? ( ${MY_SRC}/other-formats/html_single/Linux-html-single-HOWTOs-${PV}.tar.bz2 )
