commit: 94d5dee447e4ec50f5220aa153f4e65b492f3aa3
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 20:11:20 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 06:33:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d5dee4
dev-python/seaborn: use HTTPS
dev-python/seaborn/seaborn-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild
b/dev-python/seaborn/seaborn-0.7.1.ebuild
index a68f486d95e..f7f36034b4f 100644
--- a/dev-python/seaborn/seaborn-0.7.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1 virtualx
DESCRIPTION="Statistical data visualization"
-HOMEPAGE="http://stanford.edu/~mwaskom/software/seaborn/
https://github.com/mwaskom/seaborn"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"