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/yesod/
Date: Fri, 04 Sep 2020 19:44:24
Message-Id: 1599248648.3bf0b780bf006cf920369410df78dac4ff9cd29d.slyfox@gentoo
1 commit: 3bf0b780bf006cf920369410df78dac4ff9cd29d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 18:45:37 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 19:44:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf0b780
7
8 dev-haskell/yesod: 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 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/yesod/yesod-1.6.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-haskell/yesod/yesod-1.6.1.0.ebuild b/dev-haskell/yesod/yesod-1.6.1.0.ebuild
18 index 79758008e39..ed99f1cbd95 100644
19 --- a/dev-haskell/yesod/yesod-1.6.1.0.ebuild
20 +++ b/dev-haskell/yesod/yesod-1.6.1.0.ebuild
21 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
22 inherit haskell-cabal
23
24 DESCRIPTION="Creation of type-safe, RESTful web applications"
25 -HOMEPAGE="http://www.yesodweb.com/"
26 +HOMEPAGE="https://www.yesodweb.com/"
27 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
28
29 LICENSE="MIT"