diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-10 16:14:41 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-11 23:47:23 +0200 |
commit | 49d6041d75085f03d5a09a0df5da170aef44fdeb (patch) | |
tree | dee114d6804619e334bfbba687ca401ed8db8dcf /net-mail/grepmail | |
parent | net-misc/seafile-client: clean old versions. (diff) | |
download | gentoo-49d6041d75085f03d5a09a0df5da170aef44fdeb.tar.gz gentoo-49d6041d75085f03d5a09a0df5da170aef44fdeb.tar.bz2 gentoo-49d6041d75085f03d5a09a0df5da170aef44fdeb.zip |
net-mail/grepmail: fix HOMEPAGE, use HTTPS.
Closes: https://bugs.gentoo.org/634532
Closes: https://github.com/gentoo/gentoo/pull/7929
Diffstat (limited to 'net-mail/grepmail')
-rw-r--r-- | net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild index b029483a2241..78f9e267c1b3 100644 --- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild +++ b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild @@ -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" |