Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-json/
Date: Thu, 05 Apr 2018 15:21:32
Message-Id: 1522941416.797a0bceb3b00a0a7d80b0ada4f7c639c9313a84.bman@gentoo
1 commit: 797a0bceb3b00a0a7d80b0ada4f7c639c9313a84
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 31 07:28:42 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:16:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797a0bce
7
8 dev-haskell/yesod-json: use HTTPS
9
10 dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild | 4 ++--
11 dev-haskell/yesod-json/yesod-json-1.2.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 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
15 index ed9bd495c14..5a50b662d84 100644
16 --- a/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
17 +++ b/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
25 inherit haskell-cabal
26
27 DESCRIPTION="Generate content for Yesod using the aeson package"
28 -HOMEPAGE="http://www.yesodweb.com/"
29 +HOMEPAGE="https://www.yesodweb.com/"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild b/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild
35 index 649cf887b69..bb2deda0286 100644
36 --- a/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild
37 +++ b/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2013 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
45 inherit haskell-cabal
46
47 DESCRIPTION="Generate content for Yesod using the aeson package. (deprecated)"
48 -HOMEPAGE="http://www.yesodweb.com/"
49 +HOMEPAGE="https://www.yesodweb.com/"
50 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
51
52 LICENSE="MIT"