diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-23 21:04:19 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-23 17:47:58 -0400 |
commit | f7935c917d25ec9aac32ddd356eca9f57b461ceb (patch) | |
tree | 17947f13e9dd8386e34b1e2f7a9f196912df87f6 /dev-python/editorconfig-core-py | |
parent | app-misc/xmind: use HTTPs (diff) | |
download | gentoo-f7935c917d25ec9aac32ddd356eca9f57b461ceb.tar.gz gentoo-f7935c917d25ec9aac32ddd356eca9f57b461ceb.tar.bz2 gentoo-f7935c917d25ec9aac32ddd356eca9f57b461ceb.zip |
dev-python/editorconfig-core-py: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8949
Diffstat (limited to 'dev-python/editorconfig-core-py')
-rw-r--r-- | dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild index 2099e048d670..5ab67d6e6f40 100644 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="Clone of EditorConfig core written in Python" -HOMEPAGE="http://editorconfig.org/" +HOMEPAGE="https://editorconfig.org/" SRC_URI="https://github.com/${PN%-core-py}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz test? ( https://github.com/${PN%-core-py}/${PN%-core-py}-core-test/archive/${TESTVER}.tar.gz -> ${PN%-core-py}-core-test-${TESTVER}.tar.gz |