diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 10:13:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:05 +0100 |
commit | 640346e266449ede2e357984a6043d885be120b5 (patch) | |
tree | 7109e85300344ada82b25fadad4d452024b96869 /dev-python/pyxattr/pyxattr-0.6.0.ebuild | |
parent | dev-python/pyx: use HTTPS, sync HOMEPAGES (diff) | |
download | gentoo-640346e266449ede2e357984a6043d885be120b5.tar.gz gentoo-640346e266449ede2e357984a6043d885be120b5.tar.bz2 gentoo-640346e266449ede2e357984a6043d885be120b5.zip |
dev-python/pyxattr: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7482
Diffstat (limited to 'dev-python/pyxattr/pyxattr-0.6.0.ebuild')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.6.0.ebuild b/dev-python/pyxattr/pyxattr-0.6.0.ebuild index dd442451271d..daa8071fc78c 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.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 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 eutils DESCRIPTION="Python interface to xattr" -HOMEPAGE="http://pyxattr.k1024.org/" +HOMEPAGE="https://pyxattr.k1024.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - http://pyxattr.k1024.org/downloads/${P}.tar.gz" + https://pyxattr.k1024.org/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |