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-static/
Date: Fri, 04 Sep 2020 19:44:25
Message-Id: 1599248649.6ea6627e6dee96a718c608c068b87caf799237d9.slyfox@gentoo
1 commit: 6ea6627e6dee96a718c608c068b87caf799237d9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 18:47:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 19:44:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea6627e
7
8 dev-haskell/yesod-static: 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-static/yesod-static-1.6.0.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-haskell/yesod-static/yesod-static-1.6.0.1.ebuild b/dev-haskell/yesod-static/yesod-static-1.6.0.1.ebuild
18 index 4a792d364a6..b264567dbfa 100644
19 --- a/dev-haskell/yesod-static/yesod-static-1.6.0.1.ebuild
20 +++ b/dev-haskell/yesod-static/yesod-static-1.6.0.1.ebuild
21 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
22 inherit haskell-cabal
23
24 DESCRIPTION="Static file serving subsite for Yesod Web Framework"
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"