commit: fd23fc0500582609ce9577c499022e3f03315933 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 08:55:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 08:56:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd23fc05
dev-python/pygal: Fix HOMEPAGE Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pygal/pygal-2.4.0-r1.ebuild | 2 +- dev-python/pygal/pygal-2.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygal/pygal-2.4.0-r1.ebuild b/dev-python/pygal/pygal-2.4.0-r1.ebuild index f46b8e3ea1a..314d9f5fee9 100644 --- a/dev-python/pygal/pygal-2.4.0-r1.ebuild +++ b/dev-python/pygal/pygal-2.4.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="xml(+)" inherit distutils-r1 DESCRIPTION="A python SVG charts generator" -HOMEPAGE="http://pygal.org/" +HOMEPAGE="https://github.com/Kozea/pygal/" # PyPI tarballs do not contain docs # https://github.com/Kozea/pygal/pull/428 SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild index 6bb4f8c95ed..b50eb480cab 100644 --- a/dev-python/pygal/pygal-2.4.0.ebuild +++ b/dev-python/pygal/pygal-2.4.0.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="xml(+)" inherit distutils-r1 DESCRIPTION="A python SVG charts generator" -HOMEPAGE="http://pygal.org/" +HOMEPAGE="https://github.com/Kozea/pygal/" # PyPI tarballs do not contain docs # https://github.com/Kozea/pygal/pull/428 SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"