guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: pfff: Use HTTPS home page.


From: guix-commits
Subject: 01/18: gnu: pfff: Use HTTPS home page.
Date: Sun, 19 Jan 2020 12:26:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 86bbfc5004a0dcccfba96a7a17b396c1fed65530
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 12:48:24 2020 +0100

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

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 86358fa..cc38ee2 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -462,7 +462,7 @@ application code.")
                (base32
                 "1nxkfm7zliq3rmr7yp871sppwfnz71iz364m2sgazny71pzykggc"))))
     (build-system cmake-build-system)
-    (home-page "http://biit.cs.ut.ee/pfff/";)
+    (home-page "https://biit.cs.ut.ee/pfff/";)
     (synopsis "Probabilistic fast file fingerprinting tool")
     (description
      "pfff is a tool for calculating a compact digital fingerprint of a file



reply via email to

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