From: Michael Mair-Keimberger Date: Sat, 23 Mar 2019 21:59:47 +0000 (+0100) Subject: app-vim/ri-browser: use HTTPS. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09c927166ec895ba9f0880f236dd846499e189d2;p=gentoo.git 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 --- 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"