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 0440115806E for ; Sun, 4 Jun 2023 16:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42158E08F2; Sun, 4 Jun 2023 16:19:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2976FE08F2 for ; Sun, 4 Jun 2023 16:19:23 +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 5C1DA335D66 for ; Sun, 4 Jun 2023 16:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85822A89 for ; Sun, 4 Jun 2023 16:19:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685895532.2540121ca13a7988b85f7e9719fddf35626393ac.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/fms/fms-0.3.84.ebuild X-VCS-Directories: net-p2p/fms/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2540121ca13a7988b85f7e9719fddf35626393ac X-VCS-Branch: master Date: Sun, 4 Jun 2023 16:19:19 +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: 5b3ba132-0023-40be-b175-5c13f2ec162e X-Archives-Hash: f347e37e68f07db479e90f5b86d8e795 commit: 2540121ca13a7988b85f7e9719fddf35626393ac Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jun 4 09:32:08 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jun 4 16:18:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2540121c net-p2p/fms: update github link Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Arthur Zamarin gentoo.org> net-p2p/fms/fms-0.3.84.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/fms/fms-0.3.84.ebuild b/net-p2p/fms/fms-0.3.84.ebuild index d99313f0e5f2..531325b08473 100644 --- a/net-p2p/fms/fms-0.3.84.ebuild +++ b/net-p2p/fms/fms-0.3.84.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit edos2unix cmake -DESCRIPTION="A spam-resistant message board application for Freenet" +DESCRIPTION="Spam-resistant message board application for Freenet" # FMS only has a homepage within freenet, so the closest is a wiki linking to it -HOMEPAGE="https://github.com/freenet/wiki/wiki/FMS" +HOMEPAGE="https://github.com/hyphanet/wiki/wiki/FMS" SRC_URI="https://dev.gentoo.org/~tommy/distfiles/${PN}-src-${PV}.zip" S="${WORKDIR}"