diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-08-25 22:57:22 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-08-28 01:25:56 +1000 |
commit | b402520f31962e7b4aed75f320b5be67d7d99c71 (patch) | |
tree | c55b176cace7f1f66cb6812ef33bf1a080204973 /app-text/manpager | |
parent | app-eselect/eselect-postgresql: use HTTPS instead of HTTP (diff) | |
download | gentoo-b402520f31962e7b4aed75f320b5be67d7d99c71.tar.gz gentoo-b402520f31962e7b4aed75f320b5be67d7d99c71.tar.bz2 gentoo-b402520f31962e7b4aed75f320b5be67d7d99c71.zip |
app-text/manpager: replace HTTP with HTTPS
Diffstat (limited to 'app-text/manpager')
-rw-r--r-- | app-text/manpager/manpager-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/manpager/manpager-1.ebuild b/app-text/manpager/manpager-1.ebuild index aa64fcbe9f4d..39b1214d8e0d 100644 --- a/app-text/manpager/manpager-1.ebuild +++ b/app-text/manpager/manpager-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit toolchain-funcs DESCRIPTION="Enable colorization of man pages" -HOMEPAGE="http://www.gentoo.org/" +HOMEPAGE="https://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" |