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/hs3/
Date: Wed, 21 Mar 2018 21:47:37
Message-Id: 1521668839.b7cf49db1f444d8325141d524874d7b06e79e4f4.slyfox@gentoo
1 commit: b7cf49db1f444d8325141d524874d7b06e79e4f4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:36:44 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 21:47:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cf49db
7
8 dev-haskell/hs3: use HTTPS
9
10 dev-haskell/hs3/hs3-0.5.9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-haskell/hs3/hs3-0.5.9.ebuild b/dev-haskell/hs3/hs3-0.5.9.ebuild
14 index e4dfbfe877e..231d1897aec 100644
15 --- a/dev-haskell/hs3/hs3-0.5.9.ebuild
16 +++ b/dev-haskell/hs3/hs3-0.5.9.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 @@ -12,7 +12,7 @@ MY_PN="hS3"
24 MY_P="${MY_PN}-${PV}"
25
26 DESCRIPTION="Interface to Amazon's Simple Storage Service (S3)"
27 -HOMEPAGE="http://gregheartsfield.com/hS3/"
28 +HOMEPAGE="https://gregheartsfield.com/hS3/"
29 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
30
31 LICENSE="BSD"