diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-28 22:11:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 08:33:24 +0200 |
commit | 94d5dee447e4ec50f5220aa153f4e65b492f3aa3 (patch) | |
tree | b85c2c702e6ed28c08308a340aeb6adb5cd59887 | |
parent | dev-python/rpyc: use HTTPS (diff) | |
download | gentoo-94d5dee447e4ec50f5220aa153f4e65b492f3aa3.tar.gz gentoo-94d5dee447e4ec50f5220aa153f4e65b492f3aa3.tar.bz2 gentoo-94d5dee447e4ec50f5220aa153f4e65b492f3aa3.zip |
dev-python/seaborn: use HTTPS
-rw-r--r-- | dev-python/seaborn/seaborn-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild index a68f486d95ec..f7f36034b4f1 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" |