python/pystatsd: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81cdd9f2e6
commit
3384b64660
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="pystatsd"
|
PRGNAM="pystatsd"
|
||||||
VERSION="0.1.6"
|
VERSION="0.1.6"
|
||||||
HOMEPAGE="http://github.com/sivy/py-statsd"
|
HOMEPAGE="https://github.com/sivy/py-statsd"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/p/pystatsd/pystatsd-0.1.6.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/pystatsd/pystatsd-0.1.6.tar.gz"
|
||||||
MD5SUM="db928fd295cdf3d3baf67029d0e9f419"
|
MD5SUM="db928fd295cdf3d3baf67029d0e9f419"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
|
@ -12,7 +12,7 @@ pystatsd: pystatsd is a client and server implementation of Etsy's statsd
|
||||||
pystatsd: server, a front end/proxy for the Graphite stats collection and
|
pystatsd: server, a front end/proxy for the Graphite stats collection and
|
||||||
pystatsd: graphing server.
|
pystatsd: graphing server.
|
||||||
pystatsd:
|
pystatsd:
|
||||||
pystatsd: Home: http://github.com/sivy/py-statsd
|
pystatsd: Home: https://github.com/sivy/py-statsd
|
||||||
pystatsd:
|
pystatsd:
|
||||||
pystatsd:
|
pystatsd:
|
||||||
pystatsd:
|
pystatsd:
|
||||||
|
|
Loading…
Reference in New Issue