diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 09:57:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:01 +0100 |
commit | 4968eba5e22e0a477b9908647c7ae0740db1ccfb (patch) | |
tree | 140bf609b43c1fcb3cab68bcd0493afaa1112ed5 /dev-python/pymdstat | |
parent | dev-python/pylint: use HTTPS (diff) | |
download | gentoo-4968eba5e22e0a477b9908647c7ae0740db1ccfb.tar.gz gentoo-4968eba5e22e0a477b9908647c7ae0740db1ccfb.tar.bz2 gentoo-4968eba5e22e0a477b9908647c7ae0740db1ccfb.zip |
dev-python/pymdstat: use HTTPS
Diffstat (limited to 'dev-python/pymdstat')
-rw-r--r-- | dev-python/pymdstat/pymdstat-0.4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pymdstat/pymdstat-0.4.2.ebuild b/dev-python/pymdstat/pymdstat-0.4.2.ebuild index baf1e1bd40ee..29b950b0ddcc 100644 --- a/dev-python/pymdstat/pymdstat-0.4.2.ebuild +++ b/dev-python/pymdstat/pymdstat-0.4.2.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,8 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Python library to parse Linux /proc/mdstat" -HOMEPAGE="https://github.com/nicolargo/pymdstat http://pypi.python.org/pypi/pymdstat" +HOMEPAGE="https://github.com/nicolargo/pymdstat + https://pypi.python.org/pypi/pymdstat" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |