commit: 1d6b6c84c01dc507883c1d6ba061aab74409b01e
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 18 14:13:21 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 19:18:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6b6c84
dev-python/blinker: fix HOMEPAGE
dev-python/blinker/blinker-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/blinker/blinker-1.4.ebuild
b/dev-python/blinker/blinker-1.4.ebuild
index fd16f4a1195..05c3a1eed62 100644
--- a/dev-python/blinker/blinker-1.4.ebuild
+++ b/dev-python/blinker/blinker-1.4.ebuild
@@ -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"