diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 17:07:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:52:17 +0200 |
commit | f6e6e8cf0c7a861f83faf9610affae7ccbaf0eb0 (patch) | |
tree | 1de63f3a7e3b40574d3cfddc0e70405b6d14251e /app-vim/autoalign/autoalign-14.ebuild | |
parent | 72a39f380e3578dfb95392b0d29f9a70163e7b79 (diff) | |
download | gentoo-f6e6e8cf0c7a861f83faf9610affae7ccbaf0eb0.tar.gz gentoo-f6e6e8cf0c7a861f83faf9610affae7ccbaf0eb0.tar.xz |
app-vim/autoalign: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'app-vim/autoalign/autoalign-14.ebuild')
-rw-r--r-- | app-vim/autoalign/autoalign-14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/autoalign/autoalign-14.ebuild b/app-vim/autoalign/autoalign-14.ebuild index d72a7d4ad26..970009cb14e 100644 --- a/app-vim/autoalign/autoalign-14.ebuild +++ b/app-vim/autoalign/autoalign-14.ebuild @@ -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" |