summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-09-13 15:22:04 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-14 08:06:47 +0100
commitaad04c978efb580a6d8f86a4313ce7cb7fa1ee70 (patch)
tree793bd5373ca8765ce2f6076fbe114d8e6d4051ad
parentnet-im/profanity: fix repoman warning (diff)
downloadgentoo-aad04c97.tar.gz
gentoo-aad04c97.tar.bz2
gentoo-aad04c97.zip
dev-haskell/blaze-markup: use HTTPS
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17524 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/blaze-markup/blaze-markup-0.8.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/blaze-markup/blaze-markup-0.8.2.4.ebuild b/dev-haskell/blaze-markup/blaze-markup-0.8.2.4.ebuild
index 4de88dc0c818..522cbb17b49e 100644
--- a/dev-haskell/blaze-markup/blaze-markup-0.8.2.4.ebuild
+++ b/dev-haskell/blaze-markup/blaze-markup-0.8.2.4.ebuild
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A blazingly fast markup combinator library for Haskell"
-HOMEPAGE="http://jaspervdj.be/blaze"
+HOMEPAGE="https://jaspervdj.be/blaze"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"