diff options
Diffstat (limited to 'dev-python/faulthandler/faulthandler-3.0.ebuild')
-rw-r--r-- | dev-python/faulthandler/faulthandler-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/faulthandler/faulthandler-3.0.ebuild b/dev-python/faulthandler/faulthandler-3.0.ebuild index d996088ebc96..e6edb4bc3d4d 100644 --- a/dev-python/faulthandler/faulthandler-3.0.ebuild +++ b/dev-python/faulthandler/faulthandler-3.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)" -HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler" +HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.org/project/faulthandler" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" |