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 116901382C5 for ; Fri, 30 Mar 2018 02:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72BA6E09A5; Fri, 30 Mar 2018 02:54:22 +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 433C0E099B for ; Fri, 30 Mar 2018 02:54:22 +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 3DC50335D38 for ; Fri, 30 Mar 2018 02:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2319527F for ; Fri, 30 Mar 2018 02:54:17 +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: <1522377384.e0aadd3cf56fc80ecf11b1a086b49ba2828601ad.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/time-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/time-compat/time-compat-0.1.0.3.ebuild X-VCS-Directories: dev-haskell/time-compat/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e0aadd3cf56fc80ecf11b1a086b49ba2828601ad X-VCS-Branch: master Date: Fri, 30 Mar 2018 02:54:17 +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: 43284f0f-1fed-42b6-9baf-17fb3919a7ff X-Archives-Hash: d4205cdde16ad6f05b01a53ab7cb1d71 commit: e0aadd3cf56fc80ecf11b1a086b49ba2828601ad Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Mar 29 18:30:28 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 30 02:36:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0aadd3c dev-haskell/time-compat: use HTTPS dev-haskell/time-compat/time-compat-0.1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild index ba4b1cc8a10..aff251cfd09 100644 --- a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild +++ b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Compatibility with old-time for the time package" -HOMEPAGE="http://hub.darcs.net/dag/time-compat" +HOMEPAGE="https://hub.darcs.net/dag/time-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"