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 11C91138335 for ; Mon, 11 Jun 2018 16:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73F77E089A; Mon, 11 Jun 2018 16:28:18 +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 48C0CE089A for ; Mon, 11 Jun 2018 16:28:18 +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 4F3B6335C86 for ; Mon, 11 Jun 2018 16:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105142D7 for ; Mon, 11 Jun 2018 16:28:14 +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: <1528734472.e7d985d776e6e2332784182ab40a5e3720948044.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openr2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openr2/openr2-1.3.0.ebuild X-VCS-Directories: net-misc/openr2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e7d985d776e6e2332784182ab40a5e3720948044 X-VCS-Branch: master Date: Mon, 11 Jun 2018 16:28:14 +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: 360d3eea-56e0-4448-b6d4-b31868726af7 X-Archives-Hash: 3e055c14e615b93aeeb2b23f39287cd8 commit: e7d985d776e6e2332784182ab40a5e3720948044 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:39:45 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 11 16:27:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d985d7 net-misc/openr2: use HTTPs net-misc/openr2/openr2-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openr2/openr2-1.3.0.ebuild b/net-misc/openr2/openr2-1.3.0.ebuild index 3e45c492124..2f15c2e0e76 100644 --- a/net-misc/openr2/openr2-1.3.0.ebuild +++ b/net-misc/openr2/openr2-1.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="An open implementation of the MFC/R2 telephony signaling protocol" -HOMEPAGE="http://libopenr2.org/" +HOMEPAGE="https://libopenr2.org/" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2"