commit: 1a6f9da326488882d4389d6373c965a2e5096c95 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Jul 23 17:46:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 23 19:43:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6f9da3
dev-haskell/blaze-html: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26540 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/blaze-html/blaze-html-0.9.1.2-r1.ebuild | 2 +- dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-haskell/blaze-html/blaze-html-0.9.1.2-r1.ebuild b/dev-haskell/blaze-html/blaze-html-0.9.1.2-r1.ebuild index 63a6efdd90ae..c8af250e98ca 100644 --- a/dev-haskell/blaze-html/blaze-html-0.9.1.2-r1.ebuild +++ b/dev-haskell/blaze-html/blaze-html-0.9.1.2-r1.ebuild @@ -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="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild b/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild index 3a7fb9dbead9..3540a0048cb3 100644 --- a/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild +++ b/dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="https://jaspervdj.be/blaze" +HOMEPAGE="https://jaspervdj.be/blaze/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD"
