commit: 24d45b7f0a8d8bd2b1bdb1924aa8179ce7419f8c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Mar 8 20:12:28 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 14:15:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d45b7f
app-vim/sudoedit: use HTTPS. app-vim/sudoedit/sudoedit-0.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/sudoedit/sudoedit-0.21.ebuild b/app-vim/sudoedit/sudoedit-0.21.ebuild index 10390e57145..c2dac75eec6 100644 --- a/app-vim/sudoedit/sudoedit-0.21.ebuild +++ b/app-vim/sudoedit/sudoedit-0.21.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: edit files using sudo or su" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim" LICENSE="vim" KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="SudoEdit.txt"
