diff options
Diffstat (limited to 'dev-python/python-socketio/python-socketio-1.8.0.ebuild')
-rw-r--r-- | dev-python/python-socketio/python-socketio-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-socketio/python-socketio-1.8.0.ebuild b/dev-python/python-socketio/python-socketio-1.8.0.ebuild index 0dc7a26ee56f..5ccde1d697c1 100644 --- a/dev-python/python-socketio/python-socketio-1.8.0.ebuild +++ b/dev-python/python-socketio/python-socketio-1.8.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Python implementation of the Socket.IO realtime server." -HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.org/project/${PN}" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |