guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: american-fuzzy-lop: Use HTTPS home page.


From: guix-commits
Subject: 03/12: gnu: american-fuzzy-lop: Use HTTPS home page.
Date: Tue, 17 Mar 2020 18:10:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 38e1b9efc8f18e3b2f6c28fc69e636357dc712db
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 17 23:08:48 2020 +0100

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

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 83c9f6a..718a763 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -273,7 +273,7 @@ tools that process C/C++ code.")
                                   (string-append out "/bin/afl-qemu-trace"))
                          #t)))
                     (delete 'check)))) ; tests are run during 'install phase
-      (home-page "http://lcamtuf.coredump.cx/afl";)
+      (home-page "https://lcamtuf.coredump.cx/afl/";)
       (synopsis "Security-oriented fuzzer")
       (description
        "American fuzzy lop is a security-oriented fuzzer that employs a novel



reply via email to

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