From: Michael Mair-Keimberger Date: Sat, 31 Mar 2018 07:29:04 +0000 (+0200) Subject: dev-haskell/yesod-platform: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4b51a1bd37f9ba10a73732f7955e27f96093a17b;p=gentoo.git dev-haskell/yesod-platform: use HTTPS --- diff --git a/dev-haskell/yesod-platform/yesod-platform-1.2.13.3.ebuild b/dev-haskell/yesod-platform/yesod-platform-1.2.13.3.ebuild index 35c181befdc2..b178a9d32520 100644 --- a/dev-haskell/yesod-platform/yesod-platform-1.2.13.3.ebuild +++ b/dev-haskell/yesod-platform/yesod-platform-1.2.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Meta package for Yesod (deprecated)" -HOMEPAGE="http://www.yesodweb.com/" +HOMEPAGE="https://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT"