diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-10-29 13:30:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-20 21:37:49 +0100 |
commit | cb463d4f3fc05298130f9c9936ac6d71765db423 (patch) | |
tree | 88ba0c9d0c0bca155c2c0d4a4a8469d1b91b2be4 /app-doc | |
parent | media-fonts/spleen: bump to 2.0.1 (diff) | |
download | gentoo-cb463d4f3fc05298130f9c9936ac6d71765db423.tar.gz gentoo-cb463d4f3fc05298130f9c9936ac6d71765db423.tar.bz2 gentoo-cb463d4f3fc05298130f9c9936ac6d71765db423.zip |
app-doc/linuxfromscratch: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild b/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild index 3e97195d1894..285037cefc88 100644 --- a/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild +++ b/app-doc/linuxfromscratch/linuxfromscratch-11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ MY_SRC="https://www.linuxfromscratch.org/lfs/downloads/${PV}" BOOTSCRIPT_PV="20210608" DESCRIPTION="LFS documents building a Linux system entirely from source" -HOMEPAGE="http://www.linuxfromscratch.org/lfs" +HOMEPAGE="https://www.linuxfromscratch.org/lfs/" SRC_URI="${MY_SRC}/LFS-BOOK-${PV}.tar.xz ${MY_SRC}/lfs-bootscripts-${BOOTSCRIPT_PV}.tar.xz ${MY_SRC}-systemd/LFS-BOOK-${PV}.tar.bz2 -> LFS-BOOK-${PV}-systemd.tar.bz2 |