diff options
Diffstat (limited to 'sys-block/devio/devio-1.2-r1.ebuild')
-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 a6a4076df9f9..33d6284c4ad2 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Correctly read (or write) a region of a block device" HOMEPAGE="https://devio.sourceforge.net/" -SRC_URI="mirror://sourceforge/devio/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/devio/${P}.tar.gz" LICENSE="MIT" SLOT="0" |