dev-python/pythondialog: update SRC_URI & HOMEPAGE

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2023-04-09 20:02:27 +03:00
parent fdbf338de1
commit 6a73e6c2cf

View File

@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
HOMEPAGE="http://pythondialog.sourceforge.net/"
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
HOMEPAGE="https://pythondialog.sourceforge.io/"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/python3-${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"