diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:22:17 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:17 +0200 |
commit | 482322a7f1f9f5244a692e87143e1cbb39018169 (patch) | |
tree | ccf4cd14867ec213da099a3f94b00d4ab13eb3bd /net-mail/Freemail | |
parent | net-libs/jreen: use HTTPS for GitHub (diff) | |
download | gentoo-482322a7f1f9f5244a692e87143e1cbb39018169.tar.gz gentoo-482322a7f1f9f5244a692e87143e1cbb39018169.tar.bz2 gentoo-482322a7f1f9f5244a692e87143e1cbb39018169.zip |
net-mail/Freemail: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-mail/Freemail')
-rw-r--r-- | net-mail/Freemail/Freemail-9999-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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" |