diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:37:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:45 +0100 |
commit | 849bde2af38e49e0292eff578b35c154ad61ca80 (patch) | |
tree | 60b88e5ae55ab72faa5ff42c93855cef94ef5319 /app-vim | |
parent | app-vim/vimcommander: use HTTPS. (diff) | |
download | gentoo-849bde2af38e49e0292eff578b35c154ad61ca80.tar.gz gentoo-849bde2af38e49e0292eff578b35c154ad61ca80.tar.bz2 gentoo-849bde2af38e49e0292eff578b35c154ad61ca80.zip |
app-vim/vimpress: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimpress/vimpress-2.1.5.ebuild | 4 | ||||
-rw-r--r-- | 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="" |