commit: 71e90a98da3059718af91b23b83c100997c7ccc4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 02:36:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 02:36:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e90a98
sys-boot/milo: HTTPSify Signed-off-by: Sam James <sam <AT> gentoo.org> sys-boot/milo/milo-2.4.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild index b5eb77a8628e..289decdcd74f 100644 --- a/sys-boot/milo/milo-2.4.18.ebuild +++ b/sys-boot/milo/milo-2.4.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ SRC_URI="http://www.suse.de/~stepan/source/milo-${milo_version}.tar.bz2 https://dev.gentoo.org/~taviso/milo/ldmilo-patched-${ldmilo_patch} http://ftp.namesys.com/pub/reiserfs-for-2.2/linux-2.2.20-reiserfs-3.5.35.diff.bz2 https://dev.gentoo.org/~taviso/milo/linload.exe - http://www.ibiblio.org/pub/Linux/docs/HOWTO/MILO-HOWTO" + https://www.ibiblio.org/pub/Linux/docs/HOWTO/MILO-HOWTO" S="${WORKDIR}/milo-${milo_version}" #
