diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-20 21:23:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-21 21:47:16 +0000 |
commit | d6db7d83fa496aeb172accf7dc52e669c428562f (patch) | |
tree | 87c2a85510b0bef06617533332aee8e8124197cf /dev-haskell/blaze-html/blaze-html-0.6.1.3.ebuild | |
parent | sys-block/parted: Old. (diff) | |
download | gentoo-d6db7d83fa496aeb172accf7dc52e669c428562f.tar.gz gentoo-d6db7d83fa496aeb172accf7dc52e669c428562f.tar.bz2 gentoo-d6db7d83fa496aeb172accf7dc52e669c428562f.zip |
dev-haskell/blaze-html: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7525
Diffstat (limited to 'dev-haskell/blaze-html/blaze-html-0.6.1.3.ebuild')
-rw-r--r-- | dev-haskell/blaze-html/blaze-html-0.6.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/blaze-html/blaze-html-0.6.1.3.ebuild b/dev-haskell/blaze-html/blaze-html-0.6.1.3.ebuild index e92310dd0e75..c3ed736da162 100644 --- a/dev-haskell/blaze-html/blaze-html-0.6.1.3.ebuild +++ b/dev-haskell/blaze-html/blaze-html-0.6.1.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 test-suite" inherit haskell-cabal DESCRIPTION="A blazingly fast HTML combinator library for Haskell" -HOMEPAGE="http://jaspervdj.be/blaze" +HOMEPAGE="https://jaspervdj.be/blaze/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |