From 09c927166ec895ba9f0880f236dd846499e189d2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 23 Mar 2019 22:59:47 +0100 Subject: app-vim/ri-browser: use HTTPS. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11448 Signed-off-by: Patrice Clement --- app-vim/ri-browser/ri-browser-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/ri-browser') diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild index 577094484201..8ef0c7657e5b 100644 --- a/app-vim/ri-browser/ri-browser-1.2.ebuild +++ b/app-vim/ri-browser/ri-browser-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -6,7 +6,7 @@ EAPI=0 inherit vim-plugin DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=494" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~sparc" -- cgit v1.2.3-65-gdbad