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/nagios-syntax/nagios-syntax-1.8.ebuild | |
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/nagios-syntax/nagios-syntax-1.8.ebuild')
-rw-r--r-- | app-vim/nagios-syntax/nagios-syntax-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 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" |