Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/blaze-html/
Date: Fri, 04 Sep 2020 19:44:20
Message-Id: 1599248636.07c16fb217d24303a6cb782115336573cedb66ab.slyfox@gentoo
1 commit: 07c16fb217d24303a6cb782115336573cedb66ab
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 18:34:30 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 19:43:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c16fb2
7
8 dev-haskell/blaze-html: use HTTPS
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17418
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild b/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild
19 index 6949fb57f37..3a7fb9dbead 100644
20 --- a/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild
21 +++ b/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild
22 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
23 inherit haskell-cabal
24
25 DESCRIPTION="A blazingly fast HTML combinator library for Haskell"
26 -HOMEPAGE="http://jaspervdj.be/blaze"
27 +HOMEPAGE="https://jaspervdj.be/blaze"
28 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
29
30 LICENSE="BSD"