diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 18:30:25 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-04 23:10:43 +0100 |
commit | e75c304c72485afa2c05bb81bb2cf3f885a46fd5 (patch) | |
tree | 21067bbb1369c64b94f62aebab2c515548296c11 /app-vim | |
parent | app-vim/greputils: use HTTPS. (diff) | |
download | gentoo-e75c304c72485afa2c05bb81bb2cf3f885a46fd5.tar.gz gentoo-e75c304c72485afa2c05bb81bb2cf3f885a46fd5.tar.bz2 gentoo-e75c304c72485afa2c05bb81bb2cf3f885a46fd5.zip |
app-vim/gtk-syntax: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20130716.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild index 7a23163b982d..6b9d88d9d658 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20130716.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: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1000" LICENSE="vim" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" |