diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-19 20:52:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-19 21:48:39 +0100 |
commit | bd83ab13f01f29b7fb776eb3a6b435525f5b6a41 (patch) | |
tree | 93e13225a483ad47aca425010471cfee7e5ae406 /dev-python/netifaces | |
parent | app-admin/hddtemp: add some harddisks (diff) | |
download | gentoo-bd83ab13f01f29b7fb776eb3a6b435525f5b6a41.tar.gz gentoo-bd83ab13f01f29b7fb776eb3a6b435525f5b6a41.tar.bz2 gentoo-bd83ab13f01f29b7fb776eb3a6b435525f5b6a41.zip |
dev-python/netifaces: use HTTPS
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/netifaces-0.10.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/netifaces/netifaces-0.10.6.ebuild b/dev-python/netifaces/netifaces-0.10.6.ebuild index e9b0229c776b..cd1efb72de08 100644 --- a/dev-python/netifaces/netifaces-0.10.6.ebuild +++ b/dev-python/netifaces/netifaces-0.10.6.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 @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Portable network interface information" HOMEPAGE=" https://pypi.python.org/pypi/netifaces/ - http://alastairs-place.net/netifaces/ + https://alastairs-place.net/projects/netifaces/ https://bitbucket.org/al45tair/netifaces" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |