diff options
Diffstat (limited to 'dev-python/workerpool/workerpool-0.9.2-r1.ebuild')
-rw-r--r-- | dev-python/workerpool/workerpool-0.9.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/workerpool/workerpool-0.9.2-r1.ebuild b/dev-python/workerpool/workerpool-0.9.2-r1.ebuild index deec8cf0f790..cbff13743e90 100644 --- a/dev-python/workerpool/workerpool-0.9.2-r1.ebuild +++ b/dev-python/workerpool/workerpool-0.9.2-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Module for distributing jobs to a pool of worker threads" -HOMEPAGE="http://github.com/shazow/workerpool" +HOMEPAGE="https://github.com/shazow/workerpool" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |