diff options
Diffstat (limited to 'app-vim/airline/airline-9999.ebuild')
-rw-r--r-- | app-vim/airline/airline-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild index a16c2170a5cf..2114fddfe864 100644 --- a/app-vim/airline/airline-9999.ebuild +++ b/app-vim/airline/airline-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/airline/airline-9999.ebuild,v 1.2 2013/09/11 04:57:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/airline/airline-9999.ebuild,v 1.3 2015/02/24 02:12:11 radhermit Exp $ EAPI=5 inherit vim-plugin @@ -13,7 +13,7 @@ if [[ ${PV} != 9999* ]] ; then S=${WORKDIR}/${MY_P} else inherit git-r3 - EGIT_REPO_URI="git://github.com/bling/vim-airline.git" + EGIT_REPO_URI="https://github.com/bling/vim-airline.git" fi DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" |