diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-04 20:35:47 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-04 20:43:57 +0100 |
commit | 34316cfe32a89783f52b06f67ca74470e9ea2a79 (patch) | |
tree | fb69507e73b1dc166893513c6e464c8b0bf9769a /dev-haskell | |
parent | dev-haskell/blaze-html: use HTTPS (diff) | |
download | gentoo-34316cfe32a89783f52b06f67ca74470e9ea2a79.tar.gz gentoo-34316cfe32a89783f52b06f67ca74470e9ea2a79.tar.bz2 gentoo-34316cfe32a89783f52b06f67ca74470e9ea2a79.zip |
dev-haskell/hakyll: 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')
-rw-r--r-- | dev-haskell/hakyll/hakyll-4.13.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/hakyll/hakyll-4.13.4.0.ebuild b/dev-haskell/hakyll/hakyll-4.13.4.0.ebuild index 234752180902..0cf1b6bd90e5 100644 --- a/dev-haskell/hakyll/hakyll-4.13.4.0.ebuild +++ b/dev-haskell/hakyll/hakyll-4.13.4.0.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="A static website compiler library" -HOMEPAGE="http://jaspervdj.be/hakyll" +HOMEPAGE="https://jaspervdj.be/hakyll/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |