dev-python/urwid: Use HTTPS for HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2022-06-17 06:53:44 +02:00
parent 322290d909
commit ada1f3fef1
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -9,7 +9,11 @@ PYTHON_REQ_USE="ncurses"
inherit distutils-r1 optfeature
DESCRIPTION="Curses-based user interface library for Python"
HOMEPAGE="http://urwid.org/ https://pypi.org/project/urwid/ https://github.com/urwid/urwid/"
HOMEPAGE="
https://urwid.org/
https://pypi.org/project/urwid/
https://github.com/urwid/urwid/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"