app-vim/detectindent: use HTTPS for links to dev.gentoo.org

This commit is contained in:
Francesco Turco
2017-09-03 17:09:24 +02:00
committed by Michał Górny
parent f6e6e8cf0c
commit 4e7d17e62b

View File

@@ -13,7 +13,7 @@ IUSE=""
if [[ ${PV} != 9999* ]] ; then
SRC_URI="mirror://gentoo/${P}.tar.xz
http://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz"
https://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz"
fi
DEPEND="app-arch/xz-utils"