diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-16 20:18:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-16 22:18:50 +0100 |
commit | d3eca818fa8b8afddb2099e13aa7538fa268edb5 (patch) | |
tree | ae95bea5fe90cb2df3542ad778f9feee26937660 /dev-python/fs | |
parent | dev-python/flup: use HTTPS (diff) | |
download | gentoo-d3eca818fa8b8afddb2099e13aa7538fa268edb5.tar.gz gentoo-d3eca818fa8b8afddb2099e13aa7538fa268edb5.tar.bz2 gentoo-d3eca818fa8b8afddb2099e13aa7538fa268edb5.zip |
dev-python/fs: use HTTPS
Diffstat (limited to 'dev-python/fs')
-rw-r--r-- | dev-python/fs/fs-0.5.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/fs/fs-0.5.4.ebuild b/dev-python/fs/fs-0.5.4.ebuild index c03e0b08b4de..875391fa2617 100644 --- a/dev-python/fs/fs-0.5.4.ebuild +++ b/dev-python/fs/fs-0.5.4.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 @@ -9,9 +9,9 @@ inherit distutils-r1 eutils DESCRIPTION="Filesystem abstraction layer" HOMEPAGE=" - http://pypi.python.org/pypi/fs - http://docs.pyfilesystem.org - http://www.willmcgugan.com/tag/fs/" + https://pypi.python.org/pypi/fs + https://docs.pyfilesystem.org + https://www.willmcgugan.com/tag/fs/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |