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/css-text/
Date: Wed, 21 Mar 2018 21:47:35
Message-Id: 1521668838.92041033fac258efbcecb5d864c2eb80f41f53ac.slyfox@gentoo
1 commit: 92041033fac258efbcecb5d864c2eb80f41f53ac
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:25:15 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 21:47:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92041033
7
8 dev-haskell/css-text: use HTTPS
9
10 dev-haskell/css-text/css-text-0.1.2.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-haskell/css-text/css-text-0.1.2.1.ebuild b/dev-haskell/css-text/css-text-0.1.2.1.ebuild
14 index 53a1f4ca22d..1607b70ed31 100644
15 --- a/dev-haskell/css-text/css-text-0.1.2.1.ebuild
16 +++ b/dev-haskell/css-text/css-text-0.1.2.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 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 test-suite"
24 inherit haskell-cabal
25
26 DESCRIPTION="CSS parser and renderer"
27 -HOMEPAGE="http://www.yesodweb.com/"
28 +HOMEPAGE="https://www.yesodweb.com/"
29 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
30
31 LICENSE="BSD"