diff options
author | 2018-03-07 19:42:12 +0100 | |
---|---|---|
committer | 2018-03-07 23:14:19 +0100 | |
commit | 234862107b6921f43a5a36f77618ac745690b2f4 (patch) | |
tree | 832b2637600586584f0527b1f419ab1f1036d8e0 /app-vim | |
parent | app-shells/quoter: arm64 stable (diff) | |
download | gentoo-234862107b6921f43a5a36f77618ac745690b2f4.tar.gz gentoo-234862107b6921f43a5a36f77618ac745690b2f4.tar.bz2 gentoo-234862107b6921f43a5a36f77618ac745690b2f4.zip |
app-vim/nagios-syntax: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7386
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/nagios-syntax/nagios-syntax-1.8.ebuild | 4 | ||||
-rw-r--r-- | app-vim/nagios-syntax/nagios-syntax-20050105.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild index d8cbec98c140..23f6b558f8cd 100644 --- a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild +++ b/app-vim/nagios-syntax/nagios-syntax-1.8.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: Nagios configuration files syntax" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2261" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="vim.org" diff --git a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild index 8b221a14b087..5bb7e719ee73 100644 --- a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild +++ b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit vim-plugin DESCRIPTION="vim plugin: Nagios configuration files syntax" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2261" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261" LICENSE="vim.org" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" |