app-vim/languagetool: use HTTPS.

This commit is contained in:
Michael Mair-Keimberger
2018-03-05 22:02:22 +01:00
committed by Patrice Clement
parent 2598d90c75
commit 28e23bc90d
2 changed files with 4 additions and 4 deletions

View File

@@ -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=6
@@ -6,7 +6,7 @@ inherit vim-plugin
MY_PN=LanguageTool
DESCRIPTION="grammar checker for various languages"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"

View File

@@ -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=6
@@ -6,7 +6,7 @@ inherit vim-plugin
MY_PN=LanguageTool
DESCRIPTION="grammar checker for various languages"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"