diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 17:09:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:52:17 +0200 |
commit | 4e7d17e62bc74192e8050b32675920c1a6f2ed8a (patch) | |
tree | c09a6199821737ebdb971b46a72ae2811dda0311 /app-vim | |
parent | app-vim/autoalign: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-4e7d17e62bc74192e8050b32675920c1a6f2ed8a.tar.gz gentoo-4e7d17e62bc74192e8050b32675920c1a6f2ed8a.tar.bz2 gentoo-4e7d17e62bc74192e8050b32675920c1a6f2ed8a.zip |
app-vim/detectindent: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/detectindent/detectindent-1.0_p20150908.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild index 888a5074c7a4..232c7a61e1a8 100644 --- a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild +++ b/app-vim/detectindent/detectindent-1.0_p20150908.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" |