diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-15 12:58:15 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-20 21:54:17 +0100 |
commit | 3d7621b0189124e2b360726048f39c934f4de249 (patch) | |
tree | 599a1cbb3d7300f5ae14d3b06a3ffc002b4e3875 /app-emacs/igrep | |
parent | app-emacs/icicles: use HTTPS. (diff) | |
download | gentoo-3d7621b0189124e2b360726048f39c934f4de249.tar.gz gentoo-3d7621b0189124e2b360726048f39c934f4de249.tar.bz2 gentoo-3d7621b0189124e2b360726048f39c934f4de249.zip |
app-emacs/igrep: use HTTPS.
Diffstat (limited to 'app-emacs/igrep')
-rw-r--r-- | app-emacs/igrep/igrep-2.113.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/igrep/igrep-2.113.ebuild b/app-emacs/igrep/igrep-2.113.ebuild index 8ce8c562b10b..132d1f208cd0 100644 --- a/app-emacs/igrep/igrep-2.113.ebuild +++ b/app-emacs/igrep/igrep-2.113.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION='An improved interface to "grep" and "find"' -HOMEPAGE="http://www.emacswiki.org/emacs/GrepMode" +HOMEPAGE="https://www.emacswiki.org/emacs/GrepMode" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2+" |