guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: ssdeep: Update home page.


From: guix-commits
Subject: 03/13: gnu: ssdeep: Update home page.
Date: Mon, 13 Apr 2020 00:57:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 73e560bce3748a60231d06502368dee832769a66
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:44:05 2020 +0200

    gnu: ssdeep: Update home page.
    
    * gnu/packages/datastructures.scm (ssdeep)[home-page]: Update and use
    HTTPS.
---
 gnu/packages/datastructures.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index e7833b8..fdee1d2 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -115,7 +115,7 @@ and time-efficient for good hash functions.")
                (base32
                 "1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f"))))
     (build-system gnu-build-system)
-    (home-page "http://ssdeep.sourceforge.net";)
+    (home-page "https://ssdeep-project.github.io";)
     (synopsis "Context-triggered piecewise hashing algorithm")
     (description "ssdeep computes and matches context triggered piecewise
 hashes (CTPH), also called fuzzy checksums.  It can identify similar files



reply via email to

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