diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-21 18:15:23 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-23 00:59:14 +0100 |
commit | 81d324004beea4ec3e26ef97775af47e65f0b3c5 (patch) | |
tree | c520b2176c960c5924cf0e0fe26c8673588219eb /app-vim | |
parent | app-admin/syslog-ng: bump to 3.20.1. (diff) | |
download | gentoo-81d324004beea4ec3e26ef97775af47e65f0b3c5.tar.gz gentoo-81d324004beea4ec3e26ef97775af47e65f0b3c5.tar.bz2 gentoo-81d324004beea4ec3e26ef97775af47e65f0b3c5.zip |
app-vim/pgn-syntax: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11449
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pgn-syntax/pgn-syntax-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild index f12033db3066..82a0d2e267c9 100644 --- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild +++ b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -6,7 +6,7 @@ EAPI=0 inherit vim-plugin DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677" LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" |