gnu: pv: Use HTTPS.
* gnu/packages/pv.scm (pv)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
916b5eba0d
commit
a88f2c33d6
|
@ -29,13 +29,13 @@
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.ivarch.com/programs/sources/pv-"
|
(uri (string-append "https://www.ivarch.com/programs/sources/pv-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13gg6r84pkvznpd1l11qw1jw9yna40gkgpni256khyx21m785khf"))))
|
"13gg6r84pkvznpd1l11qw1jw9yna40gkgpni256khyx21m785khf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.ivarch.com/programs/pv.shtml")
|
(home-page "https://www.ivarch.com/programs/pv.shtml")
|
||||||
(synopsis "Pipeline progress indicator")
|
(synopsis "Pipeline progress indicator")
|
||||||
(description
|
(description
|
||||||
"pv (Pipe Viewer) is a terminal-based tool for monitoring the progress
|
"pv (Pipe Viewer) is a terminal-based tool for monitoring the progress
|
||||||
|
|
Loading…
Reference in New Issue