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/persistent/
Date: Thu, 05 Apr 2018 15:21:29
Message-Id: 1522941414.e21ae83e07c40b02c1f0a9433e076d527f1f1cde.bman@gentoo
1 commit: e21ae83e07c40b02c1f0a9433e076d527f1f1cde
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 31 07:24:03 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:16:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21ae83e
7
8 dev-haskell/persistent: use HTTPS
9
10 dev-haskell/persistent/persistent-2.1.6.ebuild | 4 ++--
11 dev-haskell/persistent/persistent-2.6-r1.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-haskell/persistent/persistent-2.1.6.ebuild b/dev-haskell/persistent/persistent-2.1.6.ebuild
15 index 435cd008f57..ba15c8bb3dc 100644
16 --- a/dev-haskell/persistent/persistent-2.1.6.ebuild
17 +++ b/dev-haskell/persistent/persistent-2.1.6.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 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="Type-safe, multi-backend data serialization"
28 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
29 +HOMEPAGE="https://www.yesodweb.com/book/persistent"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-haskell/persistent/persistent-2.6-r1.ebuild b/dev-haskell/persistent/persistent-2.6-r1.ebuild
35 index 8362406096b..1e3254b497e 100644
36 --- a/dev-haskell/persistent/persistent-2.6-r1.ebuild
37 +++ b/dev-haskell/persistent/persistent-2.6-r1.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
45 inherit haskell-cabal
46
47 DESCRIPTION="Type-safe, multi-backend data serialization"
48 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
49 +HOMEPAGE="https://www.yesodweb.com/book/persistent"
50 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
51
52 LICENSE="MIT"