commit: a7355826f8954f84ffb59a6915dcea0c372d31d2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 17 09:07:22 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 10:51:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7355826
dev-python/pystatgrab: use HTTPS dev-python/pystatgrab/pystatgrab-0.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pystatgrab/pystatgrab-0.7.ebuild b/dev-python/pystatgrab/pystatgrab-0.7.ebuild index 2779df05d2f..7837d02418f 100644 --- a/dev-python/pystatgrab/pystatgrab-0.7.ebuild +++ b/dev-python/pystatgrab/pystatgrab-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library" -HOMEPAGE="http://www.i-scream.org/pystatgrab/" -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz" +HOMEPAGE="https://www.i-scream.org/pystatgrab/" +SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
