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 95FE6138359 for ; Wed, 2 Sep 2020 07:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49842E0924; Wed, 2 Sep 2020 07:31:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3483AE0922 for ; Wed, 2 Sep 2020 07:31:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D3342340B1F for ; Wed, 2 Sep 2020 07:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F93433B for ; Wed, 2 Sep 2020 07:31:43 +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: <1599031883.cf8305b8676f7c97f1f6d3808c814e79700517f8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/alex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/alex/alex-3.2.5.ebuild X-VCS-Directories: dev-haskell/alex/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: cf8305b8676f7c97f1f6d3808c814e79700517f8 X-VCS-Branch: master Date: Wed, 2 Sep 2020 07:31:43 +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: 21365afc-227d-412e-b89b-190db490d1ac X-Archives-Hash: 074b714fb3e06add6f34c7901aaea58e commit: cf8305b8676f7c97f1f6d3808c814e79700517f8 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Sep 2 07:23:24 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Sep 2 07:31:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8305b8 dev-haskell/alex: use https:// HOMEPAGE Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/alex/alex-3.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/alex/alex-3.2.5.ebuild b/dev-haskell/alex/alex-3.2.5.ebuild index 504ef0e79fb..3592bc74fd4 100644 --- a/dev-haskell/alex/alex-3.2.5.ebuild +++ b/dev-haskell/alex/alex-3.2.5.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="test-suite" inherit autotools haskell-cabal DESCRIPTION="Alex is a tool for generating lexical analysers in Haskell" -HOMEPAGE="http://www.haskell.org/alex/" +HOMEPAGE="https://www.haskell.org/alex/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD"