dev-python/blinker: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 18 Mar 2018 14:13:21 +0000 (15:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 18 Mar 2018 19:18:43 +0000 (20:18 +0100)
dev-python/blinker/blinker-1.4.ebuild

index fd16f4a11950bc18ffd074d79f939550c61f46dd..05c3a1eed62315347cffa60e0a22c5b4519f0d59 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
-HOMEPAGE="http://discorporate.us/projects/Blinker/ https://pypi.python.org/pypi/blinker"
+HOMEPAGE="https://pythonhosted.org/blinker/ https://pypi.python.org/pypi/blinker"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"