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 C0B1A15803E for ; Sun, 31 Dec 2023 09:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02EA02BC016; Sun, 31 Dec 2023 09:37:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id D71122BC016 for ; Sun, 31 Dec 2023 09:37:47 +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 DD5DD335DEC for ; Sun, 31 Dec 2023 09:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4789A1339 for ; Sun, 31 Dec 2023 09:37:45 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1704015450.f422aa622f6f1a5efa4318510ccdb983e65004f4.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/pfqueue/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild X-VCS-Directories: net-mail/pfqueue/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: f422aa622f6f1a5efa4318510ccdb983e65004f4 X-VCS-Branch: master Date: Sun, 31 Dec 2023 09:37:45 +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: 36bbf6e3-f5f3-420e-b0d2-401b2d344a54 X-Archives-Hash: a0ce665e89a043f2aa0268687890e238 commit: f422aa622f6f1a5efa4318510ccdb983e65004f4 Author: Petr Vaněk gentoo org> AuthorDate: Sun Dec 31 09:36:57 2023 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Dec 31 09:37:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f422aa62 net-mail/pfqueue: update HOMEPAGE Signed-off-by: Petr Vaněk gentoo.org> net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild index 322bc59c310d..94ecdacd4311 100644 --- a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild +++ b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix queued messages" -HOMEPAGE="http://pfqueue.sourceforge.net/" +HOMEPAGE="https://pfqueue.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"