mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
net-mail/grepmail: fix HOMEPAGE, use HTTPS.
Closes: https://bugs.gentoo.org/634532 Closes: https://github.com/gentoo/gentoo/pull/7929
This commit is contained in:
committed by
Patrice Clement
parent
4fb03b9e3f
commit
49d6041d75
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user