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 C2F19138331 for ; Tue, 27 Mar 2018 21:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 175CFE0900; Tue, 27 Mar 2018 21:38:26 +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 EB017E0900 for ; Tue, 27 Mar 2018 21:38:25 +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 DC309335C9F for ; Tue, 27 Mar 2018 21:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCE0D273 for ; Tue, 27 Mar 2018 21:38:21 +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: <1522186691.36800bc5628c86c89b318dfd27ea8d36da75c29f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tzinfo/tzinfo-0.3.53.ebuild X-VCS-Directories: dev-ruby/tzinfo/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 36800bc5628c86c89b318dfd27ea8d36da75c29f X-VCS-Branch: master Date: Tue, 27 Mar 2018 21:38:21 +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: ad75e6ee-db6f-48d0-8a55-5982fa373d5c X-Archives-Hash: d3415be096d4eb9ad38d0bb30ac475b9 commit: 36800bc5628c86c89b318dfd27ea8d36da75c29f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 16:25:34 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 21:38:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36800bc5 dev-ruby/tzinfo: use HTTPS dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild index 82a43ae9846..3e810347f76 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README" inherit ruby-fakegem DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="http://tzinfo.github.io/" +HOMEPAGE="https://tzinfo.github.io/" LICENSE="MIT" SLOT="0"