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 299E81382C5 for ; Sat, 17 Mar 2018 10:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C83E07F9; Sat, 17 Mar 2018 10:51:11 +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 F10A9E07BA for ; Sat, 17 Mar 2018 10:51:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B4C45335C92 for ; Sat, 17 Mar 2018 10:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56526254 for ; Sat, 17 Mar 2018 10:51:07 +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: <1521283855.bc1e1ea4453eabb29be1440daffba713ea02f756.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/locustio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/locustio/locustio-0.7.3-r1.ebuild X-VCS-Directories: dev-python/locustio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc1e1ea4453eabb29be1440daffba713ea02f756 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:07 +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: a5f11b6e-6087-40cc-811c-f9cd3ba14386 X-Archives-Hash: cf19268d7bbf6119b6aa2c5e1effe597 commit: bc1e1ea4453eabb29be1440daffba713ea02f756 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 08:42:10 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:50:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1e1ea4 dev-python/locustio: use HTTPS dev-python/locustio/locustio-0.7.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/locustio/locustio-0.7.3-r1.ebuild b/dev-python/locustio/locustio-0.7.3-r1.ebuild index 4196e40e6d3..1e3ed7aa9e3 100644 --- a/dev-python/locustio/locustio-0.7.3-r1.ebuild +++ b/dev-python/locustio/locustio-0.7.3-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="A python utility for doing easy, distributed load testing of a web site" -HOMEPAGE="http://locust.io/" +HOMEPAGE="https://locust.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"