diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 10:07:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:51:02 +0100 |
commit | a7355826f8954f84ffb59a6915dcea0c372d31d2 (patch) | |
tree | 76c87e7a3558491b34e983ec73497a014c30153a /dev-python/pystatgrab | |
parent | dev-python/pypeg2: use HTTPS (diff) | |
download | gentoo-a7355826f8954f84ffb59a6915dcea0c372d31d2.tar.gz gentoo-a7355826f8954f84ffb59a6915dcea0c372d31d2.tar.bz2 gentoo-a7355826f8954f84ffb59a6915dcea0c372d31d2.zip |
dev-python/pystatgrab: use HTTPS
Diffstat (limited to 'dev-python/pystatgrab')
-rw-r--r-- | dev-python/pystatgrab/pystatgrab-0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pystatgrab/pystatgrab-0.7.ebuild b/dev-python/pystatgrab/pystatgrab-0.7.ebuild index 2779df05d2f1..7837d02418fc 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" |