diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:47:23 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:56 +0100 |
commit | dd90b0baf6435270da5474fe71333f58fa752d69 (patch) | |
tree | b497de920a32437c91a1aa573cc50c77da11c152 /app-vim/bnf-syntax | |
parent | app-vim/bash-support: use HTTPS. (diff) | |
download | gentoo-dd90b0baf6435270da5474fe71333f58fa752d69.tar.gz gentoo-dd90b0baf6435270da5474fe71333f58fa752d69.tar.bz2 gentoo-dd90b0baf6435270da5474fe71333f58fa752d69.zip |
app-vim/bnf-syntax: use HTTPS.
Diffstat (limited to 'app-vim/bnf-syntax')
-rw-r--r-- | app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild index a509cf39fbc9..5df55562ff91 100644 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild +++ b/app-vim/bnf-syntax/bnf-syntax-1.2-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: BNF file syntax highlighting" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250" LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" |