diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-11 09:55:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-11 09:56:55 +0100 |
commit | fd23fc0500582609ce9577c499022e3f03315933 (patch) | |
tree | 8f888a7d848f601bab30d16c8d655c3f13be05c0 /dev-python/pygal | |
parent | dev-python/pygal: Modernize, fix tests, py3.{7,8} (diff) | |
download | gentoo-fd23fc0500582609ce9577c499022e3f03315933.tar.gz gentoo-fd23fc0500582609ce9577c499022e3f03315933.tar.bz2 gentoo-fd23fc0500582609ce9577c499022e3f03315933.zip |
dev-python/pygal: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygal')
-rw-r--r-- | dev-python/pygal/pygal-2.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 f46b8e3ea1a0..314d9f5fee91 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 6bb4f8c95ed3..b50eb480cab9 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" |