mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: american-fuzzy-lop: Use HTTPS home page.
* gnu/packages/debug.scm (american-fuzzy-lop)[home-page]: Use HTTPS.
This commit is contained in:
parent
3ba980b188
commit
38e1b9efc8
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ tools that process C/C++ code.")
|
||||||
(string-append out "/bin/afl-qemu-trace"))
|
(string-append out "/bin/afl-qemu-trace"))
|
||||||
#t)))
|
#t)))
|
||||||
(delete 'check)))) ; tests are run during 'install phase
|
(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")
|
(synopsis "Security-oriented fuzzer")
|
||||||
(description
|
(description
|
||||||
"American fuzzy lop is a security-oriented fuzzer that employs a novel
|
"American fuzzy lop is a security-oriented fuzzer that employs a novel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue