summaryrefslogtreecommitdiff
path: root/dev-python/urwid/urwid-2.0.1.ebuild
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-04-19 13:51:17 -0400
committerMike Gilbert <floppym@gentoo.org>2018-04-19 15:25:22 -0400
commitad407789da9bde8519598415ce25a2a9706b70ae (patch)
treea2ba0aaf57f13f477740523815140c75843eb983 /dev-python/urwid/urwid-2.0.1.ebuild
parent5283acc5b86973e40e3a455a1eeaff7b81aa3232 (diff)
downloadgentoo-ad407789da9bde8519598415ce25a2a9706b70ae.tar.gz
gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.tar.xz
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540
Diffstat (limited to 'dev-python/urwid/urwid-2.0.1.ebuild')
-rw-r--r--dev-python/urwid/urwid-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urwid/urwid-2.0.1.ebuild b/dev-python/urwid/urwid-2.0.1.ebuild
index 1166fc2568b..c8bfd90b8c4 100644
--- a/dev-python/urwid/urwid-2.0.1.ebuild
+++ b/dev-python/urwid/urwid-2.0.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="ncurses"
inherit distutils-r1
DESCRIPTION="Curses-based user interface library for Python"
-HOMEPAGE="http://urwid.org/ https://pypi.python.org/pypi/urwid/"
+HOMEPAGE="http://urwid.org/ https://pypi.org/project/urwid/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"