mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
committed by
David Seifert
parent
1c6c2ceedf
commit
31dde58fb0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user