From 1d6b6c84c01dc507883c1d6ba061aab74409b01e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 18 Mar 2018 15:13:21 +0100 Subject: [PATCH] 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 fd16f4a11950b..05c3a1eed6231 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"