mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pystatgrab: use HTTPS
This commit is contained in:
committed by
Michał Górny
parent
e3f0084028
commit
a7355826f8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user