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 80210138336 for ; Mon, 15 Apr 2019 10:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D7BEE0883; Mon, 15 Apr 2019 10:02:40 +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 21AB5E0883 for ; Mon, 15 Apr 2019 10:02:40 +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 A96CF3411C3 for ; Mon, 15 Apr 2019 10:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 170D05A5 for ; Mon, 15 Apr 2019 10:02:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1555322555.4462768599d616db27a0bcc591da3256aa24b057.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bwping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bwping/bwping-1.11.ebuild X-VCS-Directories: net-analyzer/bwping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4462768599d616db27a0bcc591da3256aa24b057 X-VCS-Branch: master Date: Mon, 15 Apr 2019 10:02:37 +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: 96816b33-3fc5-4801-a495-21a48f79c071 X-Archives-Hash: 417fd531317ff7cf04b9f3a6b7fc4e83 commit: 4462768599d616db27a0bcc591da3256aa24b057 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Apr 15 09:55:44 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Apr 15 10:02:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44627685 net-analyzer/bwping: Use HTTPS Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/bwping/bwping-1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/bwping/bwping-1.11.ebuild b/net-analyzer/bwping/bwping-1.11.ebuild index 864760342b3..34ed9d0ea7e 100644 --- a/net-analyzer/bwping/bwping-1.11.ebuild +++ b/net-analyzer/bwping/bwping-1.11.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" -HOMEPAGE="http://bwping.sourceforge.net/" +HOMEPAGE="https://bwping.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"