commit: 6b5964a5c9cf231ef542c24f399f85c6eacdb180 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Mar 8 20:06:22 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 14:15:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5964a5
app-vim/recover: use HTTPS. app-vim/recover/recover-0.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/recover/recover-0.18.ebuild b/app-vim/recover/recover-0.18.ebuild index 38cfca9c21e..7512b666fb1 100644 --- a/app-vim/recover/recover-0.18.ebuild +++ b/app-vim/recover/recover-0.18.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: show differences for recovered files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3068 https://github.com/chrisbra/Recover.vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3068 https://github.com/chrisbra/Recover.vim" LICENSE="vim" KEYWORDS="amd64 x86"
