net-mail/Freemail: use HTTPS for GitHub, replace defunct HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:22:17 +0000 (04:22 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:17 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-mail/Freemail/Freemail-9999-r1.ebuild

index ee9035cf5e16959ca4ef5e23af6721df47fd49f8..5220b68419a45039a1e2ae456c866c670b38a3be 100644 (file)
@@ -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"