guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: tomb: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 10/12: gnu: tomb: Use HTTPS home page.
Date: Sun, 4 Mar 2018 12:06:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9539016e3addb4bd5b4adfab27334131a532a11c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 4 00:33:28 2018 +0100

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

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 695f6ca..7cac132 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -412,7 +412,7 @@ no man page, refer to the home page for usage details.")
              (let ((tomb (string-append (assoc-ref outputs "out")
                                         "/bin/tomb")))
                (zero? (system* tomb "dig" "-s" "10" "secrets.tomb"))))))))
-    (home-page "http://www.dyne.org/software/tomb";)
+    (home-page "https://www.dyne.org/software/tomb";)
     (synopsis "File encryption for secret data")
     (description
      "Tomb is an application to manage the creation and access of encrypted



reply via email to

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