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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5170158089 for ; Wed, 15 Nov 2023 00:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9D92BC01F; Wed, 15 Nov 2023 00:26:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5844A2BC01F for ; Wed, 15 Nov 2023 00:26:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C33E335D7D for ; Wed, 15 Nov 2023 00:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E2D1395 for ; Wed, 15 Nov 2023 00:26:41 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1700007860.a10f4a1dccf6a910cbe060d243564ae8de99fb4a.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hath/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hath/hath-0.5.7.ebuild X-VCS-Directories: net-misc/hath/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a10f4a1dccf6a910cbe060d243564ae8de99fb4a X-VCS-Branch: master Date: Wed, 15 Nov 2023 00:26:41 +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: 5113e402-3296-448b-91e7-2bd03b0c69b5 X-Archives-Hash: 09321de597bfc638edd146aad8e78b4e commit: a10f4a1dccf6a910cbe060d243564ae8de99fb4a Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 15 00:13:56 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Nov 15 00:24:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10f4a1d net-misc/hath: update HOMEPAGE (http -> https) Signed-off-by: Michael Orlitzky gentoo.org> net-misc/hath/hath-0.5.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/hath/hath-0.5.7.ebuild b/net-misc/hath/hath-0.5.7.ebuild index bd0560dc7ce9..fca6453aa95e 100644 --- a/net-misc/hath/hath-0.5.7.ebuild +++ b/net-misc/hath/hath-0.5.7.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="test-suite" inherit haskell-cabal DESCRIPTION="Hath manipulates network blocks in CIDR notation" -HOMEPAGE="http://michael.orlitzky.com/code/hath.xhtml" +HOMEPAGE="https://michael.orlitzky.com/code/hath.xhtml" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="AGPL-3"