diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-02 18:23:25 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:50:57 +0100 |
commit | 5c708b074c43d86f4127682f56b86828f27a0edf (patch) | |
tree | 4b8c02e069ff45bd336af543be4e38399151efdc /app-text/languagetool | |
parent | app-vim/eruby-syntax: use HTTPS. (diff) | |
download | gentoo-5c708b074c43d86f4127682f56b86828f27a0edf.tar.gz gentoo-5c708b074c43d86f4127682f56b86828f27a0edf.tar.bz2 gentoo-5c708b074c43d86f4127682f56b86828f27a0edf.zip |
app-text/languagetool: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7336
Diffstat (limited to 'app-text/languagetool')
-rw-r--r-- | app-text/languagetool/languagetool-3.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/languagetool/languagetool-3.5-r1.ebuild b/app-text/languagetool/languagetool-3.5-r1.ebuild index db1fe9570a30..bcf5c6bfd5d4 100644 --- a/app-text/languagetool/languagetool-3.5-r1.ebuild +++ b/app-text/languagetool/languagetool-3.5-r1.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 @@ -8,8 +8,8 @@ MY_PN=LanguageTool MY_P=${MY_PN}-${PV} DESCRIPTION="A proof-reading tool for many languages" -HOMEPAGE="http://www.languagetool.org/" -SRC_URI="http://www.languagetool.org/download/${MY_P}.zip" +HOMEPAGE="https://www.languagetool.org/" +SRC_URI="https://www.languagetool.org/download/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="0" |