net-mail/grepmail: fix HOMEPAGE, use HTTPS.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 10 Apr 2018 14:14:41 +0000 (16:14 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 11 Apr 2018 21:47:23 +0000 (23:47 +0200)
Closes: https://bugs.gentoo.org/634532
Closes: https://github.com/gentoo/gentoo/pull/7929

net-mail/grepmail/grepmail-5.30.33-r2.ebuild

index b029483a22417940c2ef2ddf7056a688179afb42..78f9e267c1b3ce1c4c8acba3d771d42edad847d7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_P="${PN}-$(delete_version_separator 2)"
 S="${WORKDIR}/${MY_P}"
 
 DESCRIPTION="Search normal or compressed mailbox using a regular expression or dates"
-HOMEPAGE="http://grepmail.sourceforge.net/"
+HOMEPAGE="https://github.com/coppit/grepmail"
 SRC_URI="mirror://sourceforge/grepmail/${MY_P}.tar.gz"
 
 SLOT="0"