commit: 9345d8eaa1c1798af8d11cf426c3f99ff0878257 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 08:20:16 2020 +0000 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 08:20:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9345d8ea
net-p2p/fms: Update HOMEPAGE link, fixes bug 708488 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org> net-p2p/fms/fms-0.3.81.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/fms/fms-0.3.81.ebuild b/net-p2p/fms/fms-0.3.81.ebuild index 125c6be8d35..bdc8b22fc5a 100644 --- a/net-p2p/fms/fms-0.3.81.ebuild +++ b/net-p2p/fms/fms-0.3.81.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,8 @@ EAPI="6" inherit eutils cmake-utils user DESCRIPTION="A spam-resistant message board application for Freenet" -HOMEPAGE="http://freenetproject.org/tools.html" +#FMS oly has a homepage within freenet, so the closest is a wiki linking to it +HOMEPAGE="https://github.com/freenet/wiki/wiki/FMS" SRC_URI="https://dev.gentoo.org/~tommy/distfiles/${PN}-src-${PV}.zip" LICENSE="GPL-2"
