diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-23 22:59:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-09 09:27:34 +0200 |
commit | 09c927166ec895ba9f0880f236dd846499e189d2 (patch) | |
tree | d00c6e551bd07be452fb0b16f983afcd71abd279 /app-vim/ri-browser | |
parent | sys-boot/netboot: bump to EAPI=7. (diff) | |
download | gentoo-09c927166ec895ba9f0880f236dd846499e189d2.tar.gz gentoo-09c927166ec895ba9f0880f236dd846499e189d2.tar.bz2 gentoo-09c927166ec895ba9f0880f236dd846499e189d2.zip |
app-vim/ri-browser: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11448
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/ri-browser')
-rw-r--r-- | app-vim/ri-browser/ri-browser-1.2.ebuild | 4 |
1 files 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 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" |