Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/
Date: Tue, 20 Feb 2018 20:55:54
Message-Id: 1519160124.9b38b0c99f074e3b5664b5ef39957fc133ada09e.monsieurp@gentoo
1 commit: 9b38b0c99f074e3b5664b5ef39957fc133ada09e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 15 11:58:19 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 20:55:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b38b0c9
7
8 app-emacs/with-editor: use HTTPS.
9
10 app-emacs/with-editor/with-editor-2.5.8.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emacs/with-editor/with-editor-2.5.8.ebuild b/app-emacs/with-editor/with-editor-2.5.8.ebuild
14 index a14b20738cb..667dac00cbf 100644
15 --- a/app-emacs/with-editor/with-editor-2.5.8.ebuild
16 +++ b/app-emacs/with-editor/with-editor-2.5.8.ebuild
17 @@ -7,7 +7,7 @@ NEED_EMACS=24
18 inherit elisp
19
20 DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
21 -HOMEPAGE="http://magit.vc/manual/with-editor"
22 +HOMEPAGE="https://magit.vc/manual/with-editor/"
23 SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24
25 LICENSE="GPL-3+"