diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:12:28 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:17 +0100 |
commit | 24d45b7f0a8d8bd2b1bdb1924aa8179ce7419f8c (patch) | |
tree | 1933e7a5f03f1bf90fa8e856b7f1939badf6a48d /app-vim | |
parent | app-vim/snipmate: use HTTPS. (diff) | |
download | gentoo-24d45b7f0a8d8bd2b1bdb1924aa8179ce7419f8c.tar.gz gentoo-24d45b7f0a8d8bd2b1bdb1924aa8179ce7419f8c.tar.bz2 gentoo-24d45b7f0a8d8bd2b1bdb1924aa8179ce7419f8c.zip |
app-vim/sudoedit: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/sudoedit/sudoedit-0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/sudoedit/sudoedit-0.21.ebuild b/app-vim/sudoedit/sudoedit-0.21.ebuild index 10390e571456..c2dac75eec6a 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" |