commit: 09c927166ec895ba9f0880f236dd846499e189d2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 23 21:59:47 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Apr 9 07:27:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c92716
app-vim/ri-browser: use HTTPS. Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11448 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-vim/ri-browser/ri-browser-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild index 57709448420..8ef0c7657e5 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"
