commit: 3647970dd7af2fe5f1f51739896b81d789765809 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jun 5 15:02:01 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 08:22:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3647970d
app-backup/reoback: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-backup/reoback/reoback-1.0_p3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/reoback/reoback-1.0_p3-r1.ebuild b/app-backup/reoback/reoback-1.0_p3-r1.ebuild index 67a63e15698e..46325ba91ff6 100644 --- a/app-backup/reoback/reoback-1.0_p3-r1.ebuild +++ b/app-backup/reoback/reoback-1.0_p3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit vcs-clean DESCRIPTION="Reoback Backup Solution" -HOMEPAGE="http://reoback.sourceforge.net/" +HOMEPAGE="https://reoback.sourceforge.net/" SRC_URI="mirror://sourceforge/reoback/reoback-${PV/_p/_r}.tar.gz" S="${WORKDIR}"/${PN}-${PV/_*}
