summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-22 08:51:26 +0100
committerAaron Bauman <bman@gentoo.org>2019-03-26 14:52:28 -0400
commitb25cda1b39d4e1766461194aeae0005ba11b215e (patch)
tree9aef57c4574480e39a8690d13967b3890faee1e8 /dev-python/dask/dask-0.10.2.ebuild
parentdev-python/construct: use HTTPS (diff)
downloadgentoo-b25cda1b39d4e1766461194aeae0005ba11b215e.tar.gz
gentoo-b25cda1b39d4e1766461194aeae0005ba11b215e.tar.bz2
gentoo-b25cda1b39d4e1766461194aeae0005ba11b215e.zip
dev-python/dask: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/dask/dask-0.10.2.ebuild')
-rw-r--r--dev-python/dask/dask-0.10.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dask/dask-0.10.2.ebuild b/dev-python/dask/dask-0.10.2.ebuild
index 49e11ea9e0f0..e64f700a33fb 100644
--- a/dev-python/dask/dask-0.10.2.ebuild
+++ b/dev-python/dask/dask-0.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
-HOMEPAGE="http://dask.pydata.org/"
+HOMEPAGE="https://dask.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"