commit: fcde680df701cde75e6bfc9d61f2bfed700313ca Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Mar 7 18:48:49 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Mar 7 22:14:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcde680d
app-vim/project: use HTTPS. app-vim/project/project-1.4.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild index eb704caa8f7..b90a25189c6 100644 --- a/app-vim/project/project-1.4.1.ebuild +++ b/app-vim/project/project-1.4.1.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,8 +6,8 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: Managing multiple projects with multiple sources like an IDE" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=69" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=69" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz" LICENSE="vim.org" KEYWORDS="~amd64 ~ppc ~x86"
