guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: lzop: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 02/18: gnu: lzop: Use HTTPS home page.
Date: Fri, 16 Feb 2018 05:15:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6f465a51034f22c12dc010fc3066659aaf4bffa2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 16 03:35:01 2018 +0100

    gnu: lzop: Use HTTPS home page.
    
    * gnu/packages/compression.scm (lzop)[home-page]: Use HTTPS.
---
 gnu/packages/compression.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index dbdb9b3..23b1297 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -454,7 +454,7 @@ Python strings.")
          "0h9gb8q7y54m9mvy3jvsmxf21yx8fc3ylzh418hgbbv0i8mbcwky"))))
     (build-system gnu-build-system)
     (inputs `(("lzo" ,lzo)))
-    (home-page "http://www.lzop.org/";)
+    (home-page "https://www.lzop.org/";)
     (synopsis "Compress or expand files")
     (description
      "Lzop is a file compressor which is very similar to gzip.  Lzop uses the



reply via email to

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