diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-05-08 03:37:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-05-14 14:49:10 +0200 |
commit | a88f2c33d6a9c148f9d03a539108b11a5062affd (patch) | |
tree | 0623a7a55a69d842bd2c73e448ed9eaaf9b822df /gnu/packages | |
parent | 916b5eba0d5d1a80b5b67669506417ef9fefafb4 (diff) | |
download | patches-a88f2c33d6a9c148f9d03a539108b11a5062affd.tar patches-a88f2c33d6a9c148f9d03a539108b11a5062affd.tar.gz |
gnu: pv: Use HTTPS.
* gnu/packages/pv.scm (pv)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pv.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pv.scm b/gnu/packages/pv.scm index 9328da3533..59a0853a0e 100644 --- a/gnu/packages/pv.scm +++ b/gnu/packages/pv.scm @@ -29,13 +29,13 @@ (source (origin (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")) (sha256 (base32 "13gg6r84pkvznpd1l11qw1jw9yna40gkgpni256khyx21m785khf")))) (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") (description "pv (Pipe Viewer) is a terminal-based tool for monitoring the progress |