guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: pv: Use HTTPS.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: pv: Use HTTPS.
Date: Sun, 14 May 2017 09:43:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a88f2c33d6a9c148f9d03a539108b11a5062affd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon May 8 03:37:14 2017 +0200

    gnu: pv: Use HTTPS.
    
    * gnu/packages/pv.scm (pv)[source, home-page]: Use HTTPS.
---
 gnu/packages/pv.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pv.scm b/gnu/packages/pv.scm
index 9328da3..59a0853 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]