diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:08:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:09:23 +0100 |
commit | 38e1b9efc8f18e3b2f6c28fc69e636357dc712db (patch) | |
tree | bdec7a017d0272016cdfe68cafef4cff1688b87a /gnu/packages | |
parent | 3ba980b188ec52bdbd447e6385e4d1d5e93706aa (diff) | |
download | patches-38e1b9efc8f18e3b2f6c28fc69e636357dc712db.tar patches-38e1b9efc8f18e3b2f6c28fc69e636357dc712db.tar.gz |
gnu: american-fuzzy-lop: Use HTTPS home page.
* gnu/packages/debug.scm (american-fuzzy-lop)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/debug.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 83c9f6ae03..718a76310d 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 |