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 373CD1382C5 for ; Sun, 14 Jun 2020 11:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EA90E0AA5; Sun, 14 Jun 2020 11:10:28 +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 22913E0AA5 for ; Sun, 14 Jun 2020 11:10:28 +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 2ED6F34EFE6 for ; Sun, 14 Jun 2020 11:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89A3D2A2 for ; Sun, 14 Jun 2020 11:10:05 +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: <1592133002.e20a9a51682a757101aea2a23897e37105aae9f8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/networkx/networkx-2.4-r1.ebuild X-VCS-Directories: dev-python/networkx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e20a9a51682a757101aea2a23897e37105aae9f8 X-VCS-Branch: master Date: Sun, 14 Jun 2020 11:10:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0601582-8f0d-4f34-ad7f-94f322e74361 X-Archives-Hash: ec56aa39194f7e5f92fd86a3ef2e5696 commit: e20a9a51682a757101aea2a23897e37105aae9f8 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 14 11:07:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 14 11:10:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20a9a51 dev-python/networkx: Use https Signed-off-by: Michał Górny gentoo.org> dev-python/networkx/networkx-2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/networkx/networkx-2.4-r1.ebuild b/dev-python/networkx/networkx-2.4-r1.ebuild index 94c1dbe4890..91f13cda62d 100644 --- a/dev-python/networkx/networkx-2.4-r1.ebuild +++ b/dev-python/networkx/networkx-2.4-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 virtualx DESCRIPTION="Python tools to manipulate graphs and complex networks" -HOMEPAGE="http://networkx.github.io/ https://github.com/networkx/networkx" +HOMEPAGE="https://networkx.github.io/ https://github.com/networkx/networkx" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"