diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-07 19:19:19 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-06-08 14:19:21 +0300 |
commit | 781965c045f3842f9f8bf544b02d8538dd71746b (patch) | |
tree | 04345958572527518fe7ce58c4ca9accacfe1fc8 /sys-block | |
parent | dev-embedded/urjtag: use HTTPS (diff) | |
download | gentoo-781965c045f3842f9f8bf544b02d8538dd71746b.tar.gz gentoo-781965c045f3842f9f8bf544b02d8538dd71746b.tar.bz2 gentoo-781965c045f3842f9f8bf544b02d8538dd71746b.zip |
sys-block/devio: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31341
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/devio/devio-1.2-r1.ebuild | 4 |
1 files 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" |