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 ED9991382C5 for ; Thu, 5 Apr 2018 15:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA837E0DEB; Thu, 5 Apr 2018 15:21:29 +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 B0831E0DE8 for ; Thu, 5 Apr 2018 15:21:29 +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 B0F99335C74 for ; Thu, 5 Apr 2018 15:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1336283 for ; Thu, 5 Apr 2018 15:21:25 +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: <1522941416.797a0bceb3b00a0a7d80b0ada4f7c639c9313a84.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild dev-haskell/yesod-json/yesod-json-1.2.0.ebuild X-VCS-Directories: dev-haskell/yesod-json/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 797a0bceb3b00a0a7d80b0ada4f7c639c9313a84 X-VCS-Branch: master Date: Thu, 5 Apr 2018 15:21:25 +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: a7e06062-1c45-4f45-a0b4-692a1d3c9d2f X-Archives-Hash: e09d6149d47b37f7a47c889829759be7 commit: 797a0bceb3b00a0a7d80b0ada4f7c639c9313a84 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 31 07:28:42 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 15:16:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797a0bce dev-haskell/yesod-json: use HTTPS dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild | 4 ++-- dev-haskell/yesod-json/yesod-json-1.2.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild b/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild index ed9bd495c14..5a50b662d84 100644 --- a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild +++ b/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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 test-suite" inherit haskell-cabal DESCRIPTION="Generate content for Yesod using the aeson package" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild b/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild index 649cf887b69..bb2deda0286 100644 --- a/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild +++ b/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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="Generate content for Yesod using the aeson package. (deprecated)" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT"