diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 08:13:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 09:11:22 +0200 |
commit | 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 (patch) | |
tree | ffc7eefe5ed5ae6788a9e5c426a992f22260dd9b /eclass/vim-plugin.eclass | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.gz gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.bz2 gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.zip |
eclass: gentoo.org has https per default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r-- | eclass/vim-plugin.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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" |