diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:08:41 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:11 +0100 |
commit | 03c5ee2f1dc4a328c956cf6fba532a5f0c835e82 (patch) | |
tree | 126b7dc63f667e393a8a1488ab24be3b9c127869 /app-vim | |
parent | app-vim/securemodelines: use HTTPS. (diff) | |
download | gentoo-03c5ee2f1dc4a328c956cf6fba532a5f0c835e82.tar.gz gentoo-03c5ee2f1dc4a328c956cf6fba532a5f0c835e82.tar.bz2 gentoo-03c5ee2f1dc4a328c956cf6fba532a5f0c835e82.zip |
app-vim/showmarks: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/showmarks/showmarks-2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild index 58f2af5d082b..a28e80f254c9 100644 --- a/app-vim/showmarks/showmarks-2.2-r1.ebuild +++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: show location marks visually" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152" LICENSE="public-domain" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" |