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 1A927138334 for ; Wed, 27 Feb 2019 04:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A61E083D; Wed, 27 Feb 2019 04:25:37 +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 BED6AE083D for ; Wed, 27 Feb 2019 04:25:37 +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 A6CC1335C07 for ; Wed, 27 Feb 2019 04:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 397B954A for ; Wed, 27 Feb 2019 04:25:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551241271.7ea4a92cb4623d67d823be8dc9e7e83f648b70dc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beagle/beagle-0.2.1.ebuild X-VCS-Directories: dev-python/beagle/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7ea4a92cb4623d67d823be8dc9e7e83f648b70dc X-VCS-Branch: master Date: Wed, 27 Feb 2019 04:25:35 +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: 584bf207-fb33-44eb-827f-695bd113c48a X-Archives-Hash: 6461e510408644ef8fe9f0a4175ae371 commit: 7ea4a92cb4623d67d823be8dc9e7e83f648b70dc Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Feb 26 18:21:41 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Feb 27 04:21:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea4a92c dev-python/beagle: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11163 Signed-off-by: Aaron Bauman gentoo.org> dev-python/beagle/beagle-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild index b74d95088cb..cb5ec135785 100644 --- a/dev-python/beagle/beagle-0.2.1.ebuild +++ b/dev-python/beagle/beagle-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="Beagle is a command line client for Hound, the code search tool." -HOMEPAGE="http://beagle-hound.readthedocs.io/en/latest/ +HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/ https://github.com/dhellmann/beagle" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"