Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/manpager/
Date: Sun, 27 Aug 2017 15:26:07
Message-Id: 1503847556.b402520f31962e7b4aed75f320b5be67d7d99c71.kensington@gentoo
1 commit: b402520f31962e7b4aed75f320b5be67d7d99c71
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Fri Aug 25 20:57:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 15:25:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b402520f
7
8 app-text/manpager: replace HTTP with HTTPS
9
10 app-text/manpager/manpager-1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-text/manpager/manpager-1.ebuild b/app-text/manpager/manpager-1.ebuild
14 index aa64fcbe9f4..39b1214d8e0 100644
15 --- a/app-text/manpager/manpager-1.ebuild
16 +++ b/app-text/manpager/manpager-1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="5"
23 @@ -6,7 +6,7 @@ EAPI="5"
24 inherit toolchain-funcs
25
26 DESCRIPTION="Enable colorization of man pages"
27 -HOMEPAGE="http://www.gentoo.org/"
28 +HOMEPAGE="https://www.gentoo.org/"
29
30 LICENSE="GPL-2"
31 SLOT="0"