diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 04:44:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 06:56:54 +0200 |
commit | 73e560bce3748a60231d06502368dee832769a66 (patch) | |
tree | d91be540360d1d85f0199f8feb86d9089e11bf2d | |
parent | 4d07ce0cf520843c8cdab33fae33092a3a1649d7 (diff) | |
download | patches-73e560bce3748a60231d06502368dee832769a66.tar patches-73e560bce3748a60231d06502368dee832769a66.tar.gz |
gnu: ssdeep: Update home page.
* gnu/packages/datastructures.scm (ssdeep)[home-page]: Update and use
HTTPS.
-rw-r--r-- | gnu/packages/datastructures.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index e7833b8e70..fdee1d2af7 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 |