diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:43:00 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:50 +0100 |
commit | 17d59282b1338960cb79fb5efa11695c7adc8fde (patch) | |
tree | 767c10ca1b430de402df1f4b2c9232adcd8f819d /app-vim/xquery-syntax | |
parent | app-vim/voom: use HTTPS. (diff) | |
download | gentoo-17d59282b1338960cb79fb5efa11695c7adc8fde.tar.gz gentoo-17d59282b1338960cb79fb5efa11695c7adc8fde.tar.bz2 gentoo-17d59282b1338960cb79fb5efa11695c7adc8fde.zip |
app-vim/xquery-syntax: use HTTPS.
Diffstat (limited to 'app-vim/xquery-syntax')
-rw-r--r-- | app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild index a20ffecdbfe6..4261c5cc64e3 100644 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild +++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.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: XQuery syntax highlighting" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803" LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" |