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/simple-reflect/
Date: Thu, 05 Apr 2018 15:21:33
Message-Id: 1522941415.afbdd940bacb80002aa6499923f819743f45ec54.bman@gentoo
1 commit: afbdd940bacb80002aa6499923f819743f45ec54
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 31 07:26:57 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:16:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbdd940
7
8 dev-haskell/simple-reflect: use HTTPS
9
10 dev-haskell/simple-reflect/simple-reflect-0.3.2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-haskell/simple-reflect/simple-reflect-0.3.2.ebuild b/dev-haskell/simple-reflect/simple-reflect-0.3.2.ebuild
14 index fb6f0d36af3..248be3b436f 100644
15 --- a/dev-haskell/simple-reflect/simple-reflect-0.3.2.ebuild
16 +++ b/dev-haskell/simple-reflect/simple-reflect-0.3.2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
24 inherit haskell-cabal
25
26 DESCRIPTION="Simple reflection of expressions containing variables"
27 -HOMEPAGE="http://twanvl.nl/blog/haskell/simple-reflection-of-expressions"
28 +HOMEPAGE="https://twanvl.nl/blog/haskell/simple-reflection-of-expressions"
29 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
30
31 LICENSE="BSD"