diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:39:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:46 +0100 |
commit | ec3a42d07b5865ef664bf1d97d3cc791ac093d90 (patch) | |
tree | cfe7fb977a89682be527639413a5510c1c5e98f3 /app-vim/vimpython | |
parent | app-vim/vimpress: use HTTPS. (diff) | |
download | gentoo-ec3a42d07b5865ef664bf1d97d3cc791ac093d90.tar.gz gentoo-ec3a42d07b5865ef664bf1d97d3cc791ac093d90.tar.bz2 gentoo-ec3a42d07b5865ef664bf1d97d3cc791ac093d90.zip |
app-vim/vimpython: use HTTPS.
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild index bd653c8a3cc2..1801d3944d58 100644 --- a/app-vim/vimpython/vimpython-1.13-r1.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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: A set of menus/shortcuts to work with Python files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" KEYWORDS="alpha amd64 ia64 ppc sparc x86" diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild index 3f5071ff2c8b..08a1107fa94f 100644 --- a/app-vim/vimpython/vimpython-1.13-r2.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r2.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" |