diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-04 20:43:38 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-04 20:44:00 +0100 |
commit | 2a1c33b29412a5e667389c3e4ba7f51b4949bec3 (patch) | |
tree | 764d9c780d877601cc549d0b63703cc57e152f7a /dev-haskell/yesod-auth | |
parent | dev-haskell/xml-hamlet: use HTTPS (diff) | |
download | gentoo-2a1c33b29412a5e667389c3e4ba7f51b4949bec3.tar.gz gentoo-2a1c33b29412a5e667389c3e4ba7f51b4949bec3.tar.bz2 gentoo-2a1c33b29412a5e667389c3e4ba7f51b4949bec3.zip |
dev-haskell/yesod-auth: use HTTPS
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/yesod-auth')
-rw-r--r-- | dev-haskell/yesod-auth/yesod-auth-1.6.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 c4fad39fdccb..82f6215423ad 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" |