From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55904138359 for ; Fri, 4 Sep 2020 19:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FF3FE08C3; Fri, 4 Sep 2020 19:44:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 788F3E08C3 for ; Fri, 4 Sep 2020 19:44:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 412D1340C8A for ; Fri, 4 Sep 2020 19:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E13592FC for ; Fri, 4 Sep 2020 19:44:16 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1599248636.07c16fb217d24303a6cb782115336573cedb66ab.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/blaze-html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild X-VCS-Directories: dev-haskell/blaze-html/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 07c16fb217d24303a6cb782115336573cedb66ab X-VCS-Branch: master Date: Fri, 4 Sep 2020 19:44:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bb21bd4-aecb-493d-9d59-84e82972efda X-Archives-Hash: c67ebdcc23f7728a929b867c2c946838 commit: 07c16fb217d24303a6cb782115336573cedb66ab Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Sep 4 18:34:30 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Sep 4 19:43:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c16fb2 dev-haskell/blaze-html: use HTTPS Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17418 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/blaze-html/blaze-html-0.9.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6949fb57f37..3a7fb9dbead 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 @@ -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"