From 849bde2af38e49e0292eff578b35c154ad61ca80 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 9 Mar 2018 19:37:55 +0100 Subject: app-vim/vimpress: use HTTPS. --- app-vim/vimpress/vimpress-2.1.5.ebuild | 4 ++-- app-vim/vimpress/vimpress-3.2.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/vimpress/vimpress-2.1.5.ebuild b/app-vim/vimpress/vimpress-2.1.5.ebuild index 0153e0641076..8d9f9bb237eb 100644 --- a/app-vim/vimpress/vimpress-2.1.5.ebuild +++ b/app-vim/vimpress/vimpress-2.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit vim-plugin MY_PN="VimRepress" DESCRIPTION="vim plugin: manage wordpress blogs from vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3510" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3510" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86" diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/app-vim/vimpress/vimpress-3.2.0.ebuild index 800fe671ea65..863178d710d4 100644 --- a/app-vim/vimpress/vimpress-3.2.0.ebuild +++ b/app-vim/vimpress/vimpress-3.2.0.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 vim-plugin DESCRIPTION="vim plugin: manage wordpress blogs from vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3510" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3510" LICENSE="vim" KEYWORDS="amd64 x86" IUSE="" -- cgit v1.2.3-65-gdbad