commit: 781965c045f3842f9f8bf544b02d8538dd71746b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jun 7 17:19:19 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 11:19:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781965c0
sys-block/devio: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31341 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> sys-block/devio/devio-1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/devio/devio-1.2-r1.ebuild b/sys-block/devio/devio-1.2-r1.ebuild index 62241d9573f7..a6a4076df9f9 100644 --- a/sys-block/devio/devio-1.2-r1.ebuild +++ b/sys-block/devio/devio-1.2-r1.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=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="Correctly read (or write) a region of a block device" -HOMEPAGE="http://devio.sourceforge.net/" +HOMEPAGE="https://devio.sourceforge.net/" SRC_URI="mirror://sourceforge/devio/${P}.tar.gz" LICENSE="MIT"
