diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-07 19:43:10 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-07 23:14:22 +0100 |
commit | 546cd7f701185f5588dc55effdacef7a6ebea17c (patch) | |
tree | 0dc25bf50d32e740956ba7d3b94c3373ed729ab2 /app-vim/neocomplcache | |
parent | app-vim/nagios-syntax: use HTTPS. (diff) | |
download | gentoo-546cd7f701185f5588dc55effdacef7a6ebea17c.tar.gz gentoo-546cd7f701185f5588dc55effdacef7a6ebea17c.tar.bz2 gentoo-546cd7f701185f5588dc55effdacef7a6ebea17c.zip |
app-vim/neocomplcache: use HTTPS.
Diffstat (limited to 'app-vim/neocomplcache')
-rw-r--r-- | app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/neocomplcache/neocomplcache-7.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild index ae2a54cd75d8..ea0fa5e98735 100644 --- a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild +++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: ultimate auto completion system" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620" LICENSE="MIT" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild index 127f58a1c2c1..2e6bd637060e 100644 --- a/app-vim/neocomplcache/neocomplcache-7.1.ebuild +++ b/app-vim/neocomplcache/neocomplcache-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,7 +6,7 @@ EAPI=4 inherit vim-plugin DESCRIPTION="vim plugin: ultimate auto completion system" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620" LICENSE="MIT" KEYWORDS="amd64 x86" IUSE="" |