diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 18:32:33 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-01 20:56:51 -0400 |
commit | e113089b9680d314083edef976fa3e053ec9f513 (patch) | |
tree | 3371bd1abb55775dda75b2f0e6aba1f53e37a27d /app-vim | |
parent | dev-libs/libfastjson: use HTTPs (diff) | |
download | gentoo-e113089b9680d314083edef976fa3e053ec9f513.tar.gz gentoo-e113089b9680d314083edef976fa3e053ec9f513.tar.bz2 gentoo-e113089b9680d314083edef976fa3e053ec9f513.zip |
app-vim/editorconfig-vim: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8676
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild index af1907546c70..81a35dbb4e31 100644 --- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild +++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5 python3_6) inherit python-single-r1 vim-plugin DESCRIPTION="vim plugin: Support EditorConfig files " -HOMEPAGE="http://editorconfig.org/" +HOMEPAGE="https://editorconfig.org/" SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" |