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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 498311581E7 for ; Fri, 26 Apr 2024 12:50:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9585EE29E9; Fri, 26 Apr 2024 12:50:05 +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 4A991E29E9 for ; Fri, 26 Apr 2024 12:50:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78EA2343121 for ; Fri, 26 Apr 2024 12:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD9A167A for ; Fri, 26 Apr 2024 12:50:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714135731.485533d172ca72fc99e3282f6398fd84fd941503.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/yydecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/yydecode/yydecode-0.2.10-r2.ebuild X-VCS-Directories: net-news/yydecode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 485533d172ca72fc99e3282f6398fd84fd941503 X-VCS-Branch: master Date: Fri, 26 Apr 2024 12:50:02 +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: 1d611dcc-5424-45b5-9762-f810106b66a3 X-Archives-Hash: a904ca9d4b933d2432b133d7086fd65d commit: 485533d172ca72fc99e3282f6398fd84fd941503 Author: Eli Schwartz gmail com> AuthorDate: Mon Apr 15 23:43:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 26 12:48:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485533d1 net-news/yydecode: update HOMEPAGE for HTTPS Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-news/yydecode/yydecode-0.2.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-news/yydecode/yydecode-0.2.10-r2.ebuild b/net-news/yydecode/yydecode-0.2.10-r2.ebuild index eeaa0f00b76c..af92f0686fad 100644 --- a/net-news/yydecode/yydecode-0.2.10-r2.ebuild +++ b/net-news/yydecode/yydecode-0.2.10-r2.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic DESCRIPTION="A decoder for yENC format, popular on Usenet" -HOMEPAGE="http://yydecode.sourceforge.net/" +HOMEPAGE="https://yydecode.sourceforge.net/" SRC_URI="mirror://sourceforge/yydecode/${P}.tar.gz" LICENSE="GPL-2"