diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:04:58 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:01 +0100 |
commit | ae9226f54731172a77b34190fe9b658701b3d53d (patch) | |
tree | f31acc635bc9a349240b562c671589ceb140f7b4 /app-vim | |
parent | sys-freebsd/freebsd-lib: remove unused file. (diff) | |
download | gentoo-ae9226f54731172a77b34190fe9b658701b3d53d.tar.gz gentoo-ae9226f54731172a77b34190fe9b658701b3d53d.tar.bz2 gentoo-ae9226f54731172a77b34190fe9b658701b3d53d.zip |
app-vim/pathogen: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7397
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pathogen/pathogen-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |