libdislocator: update homepage link to use HTTPS
This commit is contained in:
parent
58d59e58d2
commit
02af438989
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://lcamtuf.coredump.cx/afl/";
|
homepage = "https://lcamtuf.coredump.cx/afl/";
|
||||||
description = ''
|
description = ''
|
||||||
Drop-in replacement for the libc allocator which improves
|
Drop-in replacement for the libc allocator which improves
|
||||||
the odds of bumping into heap-related security bugs in
|
the odds of bumping into heap-related security bugs in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user