From ae9226f54731172a77b34190fe9b658701b3d53d Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 8 Mar 2018 21:04:58 +0100 Subject: app-vim/pathogen: use HTTPS. Closes: https://github.com/gentoo/gentoo/pull/7397 --- app-vim/pathogen/pathogen-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/pathogen') diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild index b3e2872fcac7..fc4009c0861d 100644 --- a/app-vim/pathogen/pathogen-2.4.ebuild +++ b/app-vim/pathogen/pathogen-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: manage your runtimepath" -HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332" +HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332" SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86 ~x64-macos" -- cgit v1.2.3-65-gdbad