diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-05 22:02:22 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:22 +0100 |
commit | 28e23bc90da113ee741b30567b248d5970cec9bb (patch) | |
tree | 82245d5a902fbfceef63030da12f312150663e85 /app-vim/languagetool | |
parent | app-vim/l9: use HTTPS. (diff) | |
download | gentoo-28e23bc90da113ee741b30567b248d5970cec9bb.tar.gz gentoo-28e23bc90da113ee741b30567b248d5970cec9bb.tar.bz2 gentoo-28e23bc90da113ee741b30567b248d5970cec9bb.zip |
app-vim/languagetool: use HTTPS.
Diffstat (limited to 'app-vim/languagetool')
-rw-r--r-- | app-vim/languagetool/languagetool-1.29.ebuild | 4 | ||||
-rw-r--r-- | app-vim/languagetool/languagetool-1.30.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/languagetool/languagetool-1.29.ebuild b/app-vim/languagetool/languagetool-1.29.ebuild index b02abf5fdebe..271bff06b7cb 100644 --- a/app-vim/languagetool/languagetool-1.29.ebuild +++ b/app-vim/languagetool/languagetool-1.29.ebuild @@ -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" diff --git a/app-vim/languagetool/languagetool-1.30.ebuild b/app-vim/languagetool/languagetool-1.30.ebuild index ee2e5b4a7705..b3e96c572a45 100644 --- a/app-vim/languagetool/languagetool-1.30.ebuild +++ b/app-vim/languagetool/languagetool-1.30.ebuild @@ -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" |