diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:14:01 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:21 +0100 |
commit | b1d1558ab5c8991ea6818225f8e3c097988ec2c6 (patch) | |
tree | 7c058a20ee55551d068ad77b6f65c56df10f83ab /app-vim/syntastic | |
parent | app-vim/surround: use HTTPS. (diff) | |
download | gentoo-b1d1558ab5c8991ea6818225f8e3c097988ec2c6.tar.gz gentoo-b1d1558ab5c8991ea6818225f8e3c097988ec2c6.tar.bz2 gentoo-b1d1558ab5c8991ea6818225f8e3c097988ec2c6.zip |
app-vim/syntastic: use HTTPS.
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/syntastic-3.8.0.ebuild | 4 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild index 36f8e62d1ec5..2c2f54a9780a 100644 --- a/app-vim/syntastic/syntastic-3.8.0.ebuild +++ b/app-vim/syntastic/syntastic-3.8.0.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 @@ -13,7 +13,7 @@ else fi DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild index cc6fc347a77a..6776db4e00ef 100644 --- a/app-vim/syntastic/syntastic-9999.ebuild +++ b/app-vim/syntastic/syntastic-9999.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 @@ -13,7 +13,7 @@ else fi DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="${PN}" |