diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-07 19:45:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-07 23:14:28 +0100 |
commit | a29aa230f5b5eacfe91272b6f9ee34d74ddfd49a (patch) | |
tree | 0bdb4bb0bd94e4a899761da549ce8873db80aa37 /app-vim/nginx-syntax | |
parent | app-vim/nerdtree: use HTTPS. (diff) | |
download | gentoo-a29aa230f5b5eacfe91272b6f9ee34d74ddfd49a.tar.gz gentoo-a29aa230f5b5eacfe91272b6f9ee34d74ddfd49a.tar.bz2 gentoo-a29aa230f5b5eacfe91272b6f9ee34d74ddfd49a.zip |
app-vim/nginx-syntax: use HTTPS.
Diffstat (limited to 'app-vim/nginx-syntax')
-rw-r--r-- | app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild index 49d15e20d603..0b7197d395bb 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.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="5" @@ -6,6 +6,6 @@ EAPI="5" inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1886" LICENSE="vim" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" |