From 4b95db78d2e3bcfcdfe3e5762fd4977a8366d398 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Sat, 26 Sep 2020 06:43:20 -0400 Subject: [PATCH] dev-python/cssselect2: Correct URLs Previously linked to cssselect's readthedocs and pypi page instead of cssselect2's. Signed-off-by: Aaron W. Swenson --- dev-python/cssselect2/cssselect2-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cssselect2/cssselect2-0.3.0.ebuild b/dev-python/cssselect2/cssselect2-0.3.0.ebuild index addaa3168ba8c..81ef567bdaf1e 100644 --- a/dev-python/cssselect2/cssselect2-0.3.0.ebuild +++ b/dev-python/cssselect2/cssselect2-0.3.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE="https://cssselect.readthedocs.io/en/latest/ - https://pypi.org/project/cssselect/ +HOMEPAGE="https://cssselect2.readthedocs.io/en/latest/ + https://pypi.org/project/cssselect2/ https://github.com/Kozea/cssselect2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"