diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:30:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:30:08 +0100 |
commit | 31dde58fb04fca24260e10938706ee4a7cfef7b5 (patch) | |
tree | a1dca43b78294ec375026ad3fca77089708d56fb /net-news | |
parent | net-misc/sshpass: use https (diff) | |
download | gentoo-31dde58fb04fca24260e10938706ee4a7cfef7b5.tar.gz gentoo-31dde58fb04fca24260e10938706ee4a7cfef7b5.tar.bz2 gentoo-31dde58fb04fca24260e10938706ee4a7cfef7b5.zip |
net-news/rsstool: use https
Closes: https://github.com/gentoo/gentoo/pull/23971
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-news')
-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 b662c685145f..2fae434e8179 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_P=${PN}-${PV/_} DESCRIPTION="cmdline tool to read, parse, merge, and write RSS (and Atom) feeds" -HOMEPAGE="http://rsstool.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/rsstool/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" S="${WORKDIR}"/${MY_P}-src/src |