From 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 25 Sep 2015 08:13:03 +0200 Subject: eclass: gentoo.org has https per default Signed-off-by: Justin Lecher --- eclass/vim-plugin.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/vim-plugin.eclass') diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 4da8bd3c9978..7779cd533ab4 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -17,7 +17,7 @@ DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION} RDEPEND="${DEPEND}" if [[ ${PV} != 9999* ]] ; then SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~radhermit/vim/${P}.tar.bz2" + https://dev.gentoo.org/~radhermit/vim/${P}.tar.bz2" fi SLOT="0" -- cgit v1.2.3-65-gdbad