diff options
Diffstat (limited to 'net-news/rsstool/rsstool-1.0.1_rc2.ebuild')
-rw-r--r-- | net-news/rsstool/rsstool-1.0.1_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild index 2fae434e8179..cb233d7ca751 100644 --- a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild +++ b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MY_P=${PN}-${PV/_} DESCRIPTION="cmdline tool to read, parse, merge, and write RSS (and Atom) feeds" HOMEPAGE="https://sourceforge.net/projects/rsstool/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}-src.zip" S="${WORKDIR}"/${MY_P}-src/src LICENSE="GPL-2" |