commit: 2a1c33b29412a5e667389c3e4ba7f51b4949bec3 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Sep 4 18:43:38 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 19:44:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1c33b2
dev-haskell/yesod-auth: use HTTPS Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/yesod-auth/yesod-auth-1.6.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/yesod-auth/yesod-auth-1.6.9.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.6.9.ebuild index c4fad39fdcc..82f6215423a 100644 --- a/dev-haskell/yesod-auth/yesod-auth-1.6.9.ebuild +++ b/dev-haskell/yesod-auth/yesod-auth-1.6.9.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Authentication for Yesod" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT"