From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEA3D1382C5 for ; Sun, 29 Apr 2018 06:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7CEE0863; Sun, 29 Apr 2018 06:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0757E0863 for ; Sun, 29 Apr 2018 06:34:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 152D2335CAE for ; Sun, 29 Apr 2018 06:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E8712B2 for ; Sun, 29 Apr 2018 06:33:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524983604.94d5dee447e4ec50f5220aa153f4e65b492f3aa3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/seaborn/seaborn-0.7.1.ebuild X-VCS-Directories: dev-python/seaborn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 94d5dee447e4ec50f5220aa153f4e65b492f3aa3 X-VCS-Branch: master Date: Sun, 29 Apr 2018 06:33:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11172563-ca92-454c-8207-d853b8339960 X-Archives-Hash: 73de060a29a9adb3453235617411e1da commit: 94d5dee447e4ec50f5220aa153f4e65b492f3aa3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 28 20:11:20 2018 +0000 Commit: Michał Górny gentoo 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"