mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public american-fuzzy-lop
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue