diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:13:13 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:20 +0100 |
commit | 03a1d30ed9400136f9ea5afb8554c70a37e6f843 (patch) | |
tree | f22aade92077ffdff0bfa061a8f109178de1a5cd /app-vim | |
parent | app-vim/supertab: use HTTPS. (diff) | |
download | gentoo-03a1d30ed9400136f9ea5afb8554c70a37e6f843.tar.gz gentoo-03a1d30ed9400136f9ea5afb8554c70a37e6f843.tar.bz2 gentoo-03a1d30ed9400136f9ea5afb8554c70a37e6f843.zip |
app-vim/surround: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/surround/surround-2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/surround/surround-2.1-r1.ebuild b/app-vim/surround/surround-2.1-r1.ebuild index 6494ee32900c..c74a7ec85aeb 100644 --- a/app-vim/surround/surround-2.1-r1.ebuild +++ b/app-vim/surround/surround-2.1-r1.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: Delete/change/add parentheses/quotes/XML-tags & much more" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1697" LICENSE="vim" KEYWORDS="amd64 x86" |