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/whine/
Date: Tue, 20 Feb 2018 20:56:00
Message-Id: 1519160117.147ecac59ee9ddaa83289e66a6dce98bc07de590.monsieurp@gentoo
1 commit: 147ecac59ee9ddaa83289e66a6dce98bc07de590
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:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147ecac5
7
8 app-emacs/whine: use HTTPS.
9
10 app-emacs/whine/whine-20091222.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild
14 index 65b7d3ed59e..78f91982e0e 100644
15 --- a/app-emacs/whine/whine-20091222.ebuild
16 +++ b/app-emacs/whine/whine-20091222.ebuild
17 @@ -6,7 +6,7 @@ EAPI=5
18 inherit elisp
19
20 DESCRIPTION="Complaint generator for GNU Emacs"
21 -HOMEPAGE="http://www.emacswiki.org/emacs/Whine"
22 +HOMEPAGE="https://www.emacswiki.org/emacs/Whine"
23 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
24
25 LICENSE="public-domain"