app-vim/editorconfig-vim: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 1 Jun 2018 16:32:33 +0000 (18:32 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 00:56:51 +0000 (20:56 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8676

app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild

index af1907546c705cbb6fb93a6c633b222b177edf88..81a35dbb4e31ff0d374b6a661dcc67b60ad2bdbd 100644 (file)
@@ -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"