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 31A0E138334 for ; Thu, 4 Apr 2019 09:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2D6E07D7; Thu, 4 Apr 2019 09:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 06E1FE07D7 for ; Thu, 4 Apr 2019 09:23:42 +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 4FE30335CD5 for ; Thu, 4 Apr 2019 09:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A299F326 for ; Thu, 4 Apr 2019 09:23:39 +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: <1554369816.39a1409bae19a0fd0e5f8ccc2ef6b486530348a5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/guilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/guilt/guilt-0.36-r1.ebuild X-VCS-Directories: dev-vcs/guilt/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 39a1409bae19a0fd0e5f8ccc2ef6b486530348a5 X-VCS-Branch: master Date: Thu, 4 Apr 2019 09:23:39 +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: 7589942f-dae3-4f2a-8c41-b8f68dbf0313 X-Archives-Hash: fc28c57ef352e39131bc87af5b7dbdde commit: 39a1409bae19a0fd0e5f8ccc2ef6b486530348a5 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Apr 4 09:23:25 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Apr 4 09:23:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a1409b dev-vcs/guilt: Switch to HTTPS Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> dev-vcs/guilt/guilt-0.36-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild b/dev-vcs/guilt/guilt-0.36-r1.ebuild index 5a46d0b1549..52a9c49c0e4 100644 --- a/dev-vcs/guilt/guilt-0.36-r1.ebuild +++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="A series of bash scripts which add a quilt-like interface to git" -HOMEPAGE="http://repo.or.cz/w/guilt.git" +HOMEPAGE="https://repo.or.cz/w/guilt.git" SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"