From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 27A5D13989A for ; Thu, 27 Aug 2015 08:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B9714209; Thu, 27 Aug 2015 08:04:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9AB214228 for ; Thu, 27 Aug 2015 08:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4E62340A36 for ; Thu, 27 Aug 2015 08:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D1513B for ; Thu, 27 Aug 2015 08:04:48 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1440662635.89c7c9c6fd4fea0523baa0d24267e1552ef09b12.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fdm/fdm-1.8.ebuild X-VCS-Directories: net-mail/fdm/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 89c7c9c6fd4fea0523baa0d24267e1552ef09b12 X-VCS-Branch: master Date: Thu, 27 Aug 2015 08:04:48 +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-Archives-Salt: e34d84c3-cb4a-4b32-8e4a-73908b4f4f56 X-Archives-Hash: 834fdb40bf9db6435e17e0d53af11c1e commit: 89c7c9c6fd4fea0523baa0d24267e1552ef09b12 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 27 07:56:21 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 27 08:03:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c7c9c6 net-mail/fdm: update HOMEPAGE net-mail/fdm/fdm-1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/fdm/fdm-1.8.ebuild b/net-mail/fdm/fdm-1.8.ebuild index ec3e36d..9f81537 100644 --- a/net-mail/fdm/fdm-1.8.ebuild +++ b/net-mail/fdm/fdm-1.8.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit eutils multilib toolchain-funcs user DESCRIPTION="fetch, filter and deliver mail" -HOMEPAGE="http://fdm.sourceforge.net" +HOMEPAGE="https://github.com/nicm/fdm" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD"