From: David Hicks Date: Sat, 29 Jul 2017 18:22:17 +0000 (+1000) Subject: net-mail/Freemail: use HTTPS for GitHub, replace defunct HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=482322a7f1f9f5244a692e87143e1cbb39018169;p=gentoo.git net-mail/Freemail: use HTTPS for GitHub, replace defunct HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/net-mail/Freemail/Freemail-9999-r1.ebuild b/net-mail/Freemail/Freemail-9999-r1.ebuild index ee9035cf5e16..5220b68419a4 100644 --- a/net-mail/Freemail/Freemail-9999-r1.ebuild +++ b/net-mail/Freemail/Freemail-9999-r1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -EGIT_REPO_URI="git://github.com/freenet/plugin-Freemail-official.git - https://github.com/freenet/plugin-Freemail-official.git" +EGIT_REPO_URI="https://github.com/freenet/plugin-Freemail-official.git" EGIT_PROJECT="Freemail/official" EANT_BUILD_TARGET="dist" inherit eutils git-2 java-pkg-2 java-ant-2 DESCRIPTION="Anonymous IMAP/SMTP e-mail server over Freenet" -HOMEPAGE="http://www.freenetproject.org/tools.html" +HOMEPAGE="https://github.com/freenet/plugin-Freemail" SRC_URI="" LICENSE="LGPL-2.1"