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 B75381396D0 for ; Thu, 31 Aug 2017 15:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA1861FC041; Thu, 31 Aug 2017 15:58:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C72071FC041 for ; Thu, 31 Aug 2017 15:58:07 +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 EA78333FE7D for ; Thu, 31 Aug 2017 15:58:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EA6C892B for ; Thu, 31 Aug 2017 15:58:05 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504195076.741348c6a89c780581776d67f1a26c111cde1379.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/bfg/bfg-1.12.15.ebuild X-VCS-Directories: dev-vcs/bfg/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 741348c6a89c780581776d67f1a26c111cde1379 X-VCS-Branch: master Date: Thu, 31 Aug 2017 15:58: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-Archives-Salt: a2ebf76a-ae60-4d1b-b503-be85f5fa4daa X-Archives-Hash: ea237e150ebd7e70e3f72a62eb8b1e2c commit: 741348c6a89c780581776d67f1a26c111cde1379 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 15:48:10 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 15:57:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741348c6 dev-vcs/bfg: use https for HOMEPAGE and SRC_URI dev-vcs/bfg/bfg-1.12.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/bfg/bfg-1.12.15.ebuild b/dev-vcs/bfg/bfg-1.12.15.ebuild index e23e379e002..126e1dab549 100644 --- a/dev-vcs/bfg/bfg-1.12.15.ebuild +++ b/dev-vcs/bfg/bfg-1.12.15.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit java-pkg-2 DESCRIPTION="a faster alternative to git-filter-branch for removing bad data from git repos" -HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/" -SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar" +HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/" +SRC_URI="https://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar" LICENSE="GPL-3+" SLOT="0"